#88B4BD

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

Shades of Glacier #88B4BD

Tints of Glacier #88B4BD

Color information

#88B4BD (or 0x88B4BD) is unknown color: approx Glacier. HEX triplet: 88, B4 and BD. RGB value is (136,180,189). Sum of RGB (Red+Green+Blue) = 136+180+189=505 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.93% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 189 (74.22% from 255 or 37.43% from 505); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B4BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B4BD is #774B42. Grayscale: #A7A7A7. Windows color (decimal): -7818051 or 12432520. OLE color: 12432520.

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

Color convert

RGB136180189-
CMYK0.280.0500.26
HSL190.19º28.65%63.73%-
HSV(B)190.19º28.04%74.12%-
XYZ35.6641.5554.28-
YUV167.87139.92105.27-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.93%
GREEN value IS 180 (70.70% from 255) = 35.64%
BLUE value IS 189 (74.22% from 255) = 37.43%
R=26.93%
G=35.64%
B=37.43%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1361801890.280.0500.26190.1928.6563.73
Hex88B4BD1C501Abe1d40
Octal21026427534503227635100
Binary1000100010110100101111011110010101101010111110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88B4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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