#88B6BD

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

Shades of Glacier #88B6BD

Tints of Glacier #88B6BD

Color information

#88B6BD (or 0x88B6BD) is unknown color: approx Glacier. HEX triplet: 88, B6 and BD. RGB value is (136,182,189). Sum of RGB (Red+Green+Blue) = 136+182+189=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B6BD is #774942. Grayscale: #A8A8A8. Windows color (decimal): -7817539 or 12433032. OLE color: 12433032.

HSL color Cylindrical-coordinate representation of color #88B6BD: hue angle of 187.92º degrees, saturation: 0.29, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88B6BD is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136182189-
CMYK0.280.0400.26
HSL187.92º28.65%63.73%-
HSV(B)187.92º28.04%74.12%-
XYZ36.0742.3654.42-
YUV169.04139.26104.43-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.82%
GREEN value IS 182 (71.48% from 255) = 35.90%
BLUE value IS 189 (74.22% from 255) = 37.28%
R=26.82%
G=35.90%
B=37.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361821890.280.0400.26187.9228.6563.73
Hex88B6BD1C401Abc1d40
Octal21026627534403227435100
Binary1000100010110110101111011110010001101010111100111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,182,189); }

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

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

 a { background-color: rgb(136,182,189); }

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

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

 span { border-color: rgb(136,182,189); }

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