#88A5BF

Color #88A5BF Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #88A5BF

Tints of Nepal #88A5BF

Color information

#88A5BF (or 0x88A5BF) is unknown color: approx Nepal. HEX triplet: 88, A5 and BF. RGB value is (136,165,191). Sum of RGB (Red+Green+Blue) = 136+165+191=492 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.64% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #88A5BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5BF is #775A40. Grayscale: #9F9F9F. Windows color (decimal): -7821889 or 12559752. OLE color: 12559752.

HSL color Cylindrical-coordinate representation of color #88A5BF: hue angle of 208.36º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88A5BF is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB136165191-
CMYK0.290.1400.25
HSL208.36º30.05%64.12%-
HSV(B)208.36º28.8%74.9%-
XYZ33.0135.9154.48-
YUV159.29145.89111.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 136 (53.52% from 255) = 27.64%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 191 (75% from 255) = 38.82%
R=27.64%
G=33.54%
B=38.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361651910.290.1400.25208.3630.0564.12
Hex88A5BF1DE019d01e40
Octal210245277351603132036100
Binary10001000101001011011111111101111001100111010000111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88A5BF; }

 p { color: rgb(136,165,191); }

 H1.HeaderClassName
 {
   color: #88A5BF;
 }
 .AnyTagClassName
 {
   color: #88A5BF;
 }
</style>
background-color css

<style>
 a { background-color: #88A5BF; }

 a { background-color: rgb(136,165,191); }

 div.DivClassName
 {
   background-color: #88A5BF;
 }
 .BgClassName
 {
   background-color: #88A5BF;
 }
</style>
border-color css

<style>
 span { border-color: #88A5BF; }

 span { border-color: rgb(136,165,191); }

 td.TdClassName
 {
   border-color: #88A5BF;
 }
 .TagClassName
 {
   border-color: #88A5BF;
 }
</style>