#88BABB

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

Shades of Glacier #88BABB

Tints of Glacier #88BABB

Color information

#88BABB (or 0x88BABB) is unknown color: approx Glacier. HEX triplet: 88, BA and BB. RGB value is (136,186,187). Sum of RGB (Red+Green+Blue) = 136+186+187=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 186 (73.05% from 255 or 36.54% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #88BABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BABB is #774544. Grayscale: #ABABAB. Windows color (decimal): -7816517 or 12302984. OLE color: 12302984.

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

Color convert

RGB136186187-
CMYK0.270.0100.27
HSL181.18º27.27%63.33%-
HSV(B)181.18º27.27%73.33%-
XYZ36.6843.9453.56-
YUV171.16136.94102.92-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.72%
GREEN value IS 186 (73.05% from 255) = 36.54%
BLUE value IS 187 (73.44% from 255) = 36.74%
R=26.72%
G=36.54%
B=36.74%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1361861870.270.0100.27181.1827.2763.33
Hex88BABB1B101Bb51b3f
Octal2102722733310332653377
Binary1000100010111010101110111101110110111011010111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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