Html Css Color HEX #88B9BC Glacier

📋 copy color: '#88B9BC'

red 136 ◦ green 185 ◦ blue 188

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

Shades of Glacier #88B9BC

Tints of Glacier #88B9BC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.35%

 BLUE value IS 188 (73.83% from 255) = 36.94%

R = 26.72%
G = 36.35%
B = 36.94%

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

#88B9BC (or 0x88B9BC) is known color: Glacier. HEX triplet: 88, B9 and BC. RGB value is (136,185,188). Sum of RGB (Red+Green+Blue) = 136+185+188=509 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.72% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 188 - color contains mainly: blue. Hex color #88B9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88B9BC is #774643. Grayscale: #AAAAAA. Windows color (decimal): -7816772 or 12368264. OLE color: 12368264.

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

Color convert

RGB 136 185 188 -
CMYK 0.28 0.02 0 0.26
HSL 183.46º 0.28% 0.64% -
HSV(B) 183.46º 0.28% 0.74% -
XYZ 36.58 43.56 54.06 -
YUV 170.69 137.77 103.26 -
System Red Green Blue C M Y K H S L
Decimal 136 185 188 0.28 0.02 0 0.26 183.46 0.28 0.64
Hex 88 B9 BC 1C 2 0 1A B7 1C 40
Octal 210 271 274 34 2 0 32 267 34 100
Binary 10001000 10111001 10111100 11100 10 0 11010 10110111 11100 1000000

Color Harmonies of #88B9BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88B9BC

Black with #88B9BC

Text Example


Text Example

White with #88B9BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,185,188); }

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

background-color css

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

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

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

border-color css

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

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

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