Html Css Color HEX #88B6BD Glacier

📋 copy color: '#88B6BD'

red 136 ◦ green 182 ◦ blue 189

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

Shades of Glacier #88B6BD

Tints of Glacier #88B6BD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.9%

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

R = 26.82%
G = 35.9%
B = 37.28%

CMYK

 C value IS 0.28

 M value IS 0.04

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#88B6BD (or 0x88B6BD) is known color: Glacier. HEX triplet: 88, B6 and BD. RGB value is (136,182,189). Sum of RGB (Red+Green+Blue) = 136+182+189=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 189 (74.22% from 255 or 37.28% from 507); Max value from RGB is 189 - color contains mainly: blue. Hex color #88B6BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B6BD is #774942. Grayscale: #A8A8A8. Windows color (decimal): -7817539 or 12433032. OLE color: 12433032.

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

Color convert

RGB 136 182 189 -
CMYK 0.28 0.04 0 0.26
HSL 187.92º 0.29% 0.64% -
HSV(B) 187.92º 0.28% 0.74% -
XYZ 36.07 42.36 54.42 -
YUV 169.04 139.26 104.43 -
System Red Green Blue C M Y K H S L
Decimal 136 182 189 0.28 0.04 0 0.26 187.92 0.29 0.64
Hex 88 B6 BD 1C 4 0 1A BC 1D 40
Octal 210 266 275 34 4 0 32 274 35 100
Binary 10001000 10110110 10111101 11100 100 0 11010 10111100 11101 1000000

Color Harmonies of #88B6BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B6BD

Black with #88B6BD

Text Example


Text Example

White with #88B6BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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