#88A6B9

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

Shades of Nepal #88A6B9

Tints of Nepal #88A6B9

Color information

#88A6B9 (or 0x88A6B9) is unknown color: approx Nepal. HEX triplet: 88, A6 and B9. RGB value is (136,166,185). Sum of RGB (Red+Green+Blue) = 136+166+185=487 (64% of max value = 765). Red value is 136 (53.52% from 255 or 27.93% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 185 (72.66% from 255 or 37.99% from 487); Max value from RGB is 185 - color contains mainly: blue. Hex color #88A6B9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6B9 is #775946. Grayscale: #9F9F9F. Windows color (decimal): -7821639 or 12166792. OLE color: 12166792.

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

Color convert

RGB136166185-
CMYK0.260.1000.27
HSL203.27º25.93%62.94%-
HSV(B)203.27º26.49%72.55%-
XYZ32.5536.0151.13-
YUV159.2142.56111.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 27.93%
GREEN value IS 166 (65.23% from 255) = 34.09%
BLUE value IS 185 (72.66% from 255) = 37.99%
R=27.93%
G=34.09%
B=37.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361661850.260.1000.27203.2725.9362.94
Hex88A6B91AA01Bcb1a3f
Octal21024627132120333133277
Binary1000100010100110101110011101010100110111100101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,166,185); }

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

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

 a { background-color: rgb(136,166,185); }

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

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

 span { border-color: rgb(136,166,185); }

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