#88BABA

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

Shades of Glacier #88BABA

Tints of Glacier #88BABA

Color information

#88BABA (or 0x88BABA) is unknown color: approx Glacier. HEX triplet: 88, BA and BA. RGB value is (136,186,186). Sum of RGB (Red+Green+Blue) = 136+186+186=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 186 (73.05% from 255 or 36.61% from 508); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #88BABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BABA is #774545. Grayscale: #ABABAB. Windows color (decimal): -7816518 or 12237448. OLE color: 12237448.

HSL color Cylindrical-coordinate representation of color #88BABA: hue angle of 180º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #88BABA is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB136186186-
CMYK0.27000.27
HSL180º26.6%63.14%-
HSV(B)180º26.88%72.94%-
XYZ36.5843.953-
YUV171.05136.44103-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.77%
GREEN value IS 186 (73.05% from 255) = 36.61%
BLUE value IS 186 (73.05% from 255) = 36.61%
R=26.77%
G=36.61%
B=36.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861860.27000.2718026.663.14
Hex88BABA1B001Bb41b3f
Octal2102722723300332643377
Binary1000100010111010101110101101100110111011010011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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