#88A2B5

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

Shades of Nepal #88A2B5

Tints of Nepal #88A2B5

Color information

#88A2B5 (or 0x88A2B5) is unknown color: approx Nepal. HEX triplet: 88, A2 and B5. RGB value is (136,162,181). Sum of RGB (Red+Green+Blue) = 136+162+181=479 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.39% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 181 (71.09% from 255 or 37.79% from 479); Max value from RGB is 181 - color contains mainly: blue. Hex color #88A2B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2B5 is #775D4A. Grayscale: #9C9C9C. Windows color (decimal): -7822667 or 11903624. OLE color: 11903624.

HSL color Cylindrical-coordinate representation of color #88A2B5: hue angle of 205.33º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #88A2B5 is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB136162181-
CMYK0.250.1000.29
HSL205.33º23.32%62.16%-
HSV(B)205.33º24.86%70.98%-
XYZ31.4134.4148.7-
YUV156.39141.89113.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 28.39%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 181 (71.09% from 255) = 37.79%
R=28.39%
G=33.82%
B=37.79%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1361621810.250.1000.29205.3323.3262.16
Hex88A2B519A01Dcd173e
Octal21024226531120353152776
Binary1000100010100010101101011100110100111011100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88A2B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,162,181); }

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

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

 a { background-color: rgb(136,162,181); }

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

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

 span { border-color: rgb(136,162,181); }

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