Html Css Color HEX #88BABD Glacier

📋 copy color: '#88BABD'

red 136 ◦ green 186 ◦ blue 189

#88BABD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Glacier #88BABD

Tints of Glacier #88BABD

RGB

 RED value IS 136 (53.52% from 255) = 26.61%

 GREEN value IS 186 (73.05% from 255) = 36.4%

 BLUE value IS 189 (74.22% from 255) = 36.99%

R = 26.61%
G = 36.4%
B = 36.99%

CMYK

 C value IS 0.28

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#88BABD (or 0x88BABD) is known color: Glacier. HEX triplet: 88, BA and BD. RGB value is (136,186,189). Sum of RGB (Red+Green+Blue) = 136+186+189=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 186 (73.05% from 255 or 36.40% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 189 - color contains mainly: blue. Hex color #88BABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BABD is #774542. Grayscale: #ABABAB. Windows color (decimal): -7816515 or 12434056. OLE color: 12434056.

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

Color convert

RGB 136 186 189 -
CMYK 0.28 0.02 0 0.26
HSL 183.4º 0.29% 0.64% -
HSV(B) 183.4º 0.28% 0.74% -
XYZ 36.9 44.03 54.7 -
YUV 171.39 137.94 102.76 -
System Red Green Blue C M Y K H S L
Decimal 136 186 189 0.28 0.02 0 0.26 183.4 0.29 0.64
Hex 88 BA BD 1C 2 0 1A B7 1D 40
Octal 210 272 275 34 2 0 32 267 35 100
Binary 10001000 10111010 10111101 11100 10 0 11010 10110111 11101 1000000

Color Harmonies of #88BABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BABD

Black with #88BABD

Text Example


Text Example

White with #88BABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88BABD;
 }
 .AnyTagClassName
 {
   color: #88BABD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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