#88BEC0

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

Shades of Glacier #88BEC0

Tints of Glacier #88BEC0

Color information

#88BEC0 (or 0x88BEC0) is unknown color: approx Glacier. HEX triplet: 88, BE and C0. RGB value is (136,190,192). Sum of RGB (Red+Green+Blue) = 136+190+192=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 192 - color contains mainly: blue. Hex color #88BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BEC0 is #77413F. Grayscale: #AEAEAE. Windows color (decimal): -7815488 or 12631688. OLE color: 12631688.

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

Color convert

RGB136190192-
CMYK0.290.0100.25
HSL182.14º30.77%64.31%-
HSV(B)182.14º29.17%75.29%-
XYZ38.0845.8756.72-
YUV174.08138.11100.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.25%
GREEN value IS 190 (74.61% from 255) = 36.68%
BLUE value IS 192 (75.39% from 255) = 37.07%
R=26.25%
G=36.68%
B=37.07%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361901920.290.0100.25182.1430.7764.31
Hex88BEC01D1019b61f40
Octal21027630035103126637100
Binary10001000101111101100000011101101100110110110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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