#88BBBD

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

Shades of Glacier #88BBBD

Tints of Glacier #88BBBD

Color information

#88BBBD (or 0x88BBBD) is unknown color: approx Glacier. HEX triplet: 88, BB and BD. RGB value is (136,187,189). Sum of RGB (Red+Green+Blue) = 136+187+189=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 187 (73.44% from 255 or 36.52% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 189 - color contains mainly: blue. Hex color #88BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BBBD is #774442. Grayscale: #ABABAB. Windows color (decimal): -7816259 or 12434312. OLE color: 12434312.

HSL color Cylindrical-coordinate representation of color #88BBBD: hue angle of 182.26º 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 #88BBBD is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB136187189-
CMYK0.280.0100.26
HSL182.26º28.65%63.73%-
HSV(B)182.26º28.04%74.12%-
XYZ37.1144.4554.77-
YUV171.98137.6102.34-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.56%
GREEN value IS 187 (73.44% from 255) = 36.52%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=26.56%
G=36.52%
B=36.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361871890.280.0100.26182.2628.6563.73
Hex88BBBD1C101Ab61d40
Octal21027327534103226635100
Binary10001000101110111011110111100101101010110110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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