#88BABE

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

Shades of Glacier #88BABE

Tints of Glacier #88BABE

Color information

#88BABE (or 0x88BABE) is unknown color: approx Glacier. HEX triplet: 88, BA and BE. RGB value is (136,186,190). Sum of RGB (Red+Green+Blue) = 136+186+190=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 190 (74.61% from 255 or 37.11% from 512); Max value from RGB is 190 - color contains mainly: blue. Hex color #88BABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BABE is #774541. Grayscale: #ABABAB. Windows color (decimal): -7816514 or 12499592. OLE color: 12499592.

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

Color convert

RGB136186190-
CMYK0.280.0200.25
HSL184.44º29.35%63.92%-
HSV(B)184.44º28.42%74.51%-
XYZ37.0144.0755.27-
YUV171.51138.44102.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.56%
GREEN value IS 186 (73.05% from 255) = 36.33%
BLUE value IS 190 (74.61% from 255) = 37.11%
R=26.56%
G=36.33%
B=37.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361861900.280.0200.25184.4429.3563.92
Hex88BABE1C2019b81d40
Octal21027227634203127035100
Binary100010001011101010111110111001001100110111000111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,186,190); }

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

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

 a { background-color: rgb(136,186,190); }

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

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

 span { border-color: rgb(136,186,190); }

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