#88A5BB

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

Shades of Nepal #88A5BB

Tints of Nepal #88A5BB

Color information

#88A5BB (or 0x88A5BB) is unknown color: approx Nepal. HEX triplet: 88, A5 and BB. RGB value is (136,165,187). Sum of RGB (Red+Green+Blue) = 136+165+187=488 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.87% from 488); Green value is 165 (64.84% from 255 or 33.81% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 187 - color contains mainly: blue. Hex color #88A5BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5BB is #775A44. Grayscale: #9E9E9E. Windows color (decimal): -7821893 or 12297608. OLE color: 12297608.

HSL color Cylindrical-coordinate representation of color #88A5BB: hue angle of 205.88º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88A5BB is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136165187-
CMYK0.270.1200.27
HSL205.88º27.27%63.33%-
HSV(B)205.88º27.27%73.33%-
XYZ32.5835.7352.19-
YUV158.84143.89111.71-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.87%
GREEN value IS 165 (64.84% from 255) = 33.81%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=27.87%
G=33.81%
B=38.32%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361651870.270.1200.27205.8827.2763.33
Hex88A5BB1BC01Bce1b3f
Octal21024527333140333163377
Binary1000100010100101101110111101111000110111100111011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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