#8BBEC0

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

Shades of Glacier #8BBEC0

Tints of Glacier #8BBEC0

Color information

#8BBEC0 (or 0x8BBEC0) is unknown color: approx Glacier. HEX triplet: 8B, BE and C0. RGB value is (139,190,192). Sum of RGB (Red+Green+Blue) = 139+190+192=521 (69% of max value = 765). Red value is 139 (54.69% from 255 or 26.68% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 192 (75.39% from 255 or 36.85% from 521); Max value from RGB is 192 - color contains mainly: blue. Hex color #8BBEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBEC0 is #74413F. Grayscale: #AEAEAE. Windows color (decimal): -7618880 or 12631691. OLE color: 12631691.

HSL color Cylindrical-coordinate representation of color #8BBEC0: hue angle of 182.26º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8BBEC0 is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB139190192-
CMYK0.280.0100.25
HSL182.26º29.61%64.9%-
HSV(B)182.26º27.6%75.29%-
XYZ38.5846.1256.74-
YUV174.98137.6102.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 26.68%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 192 (75.39% from 255) = 36.85%
R=26.68%
G=36.47%
B=36.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1391901920.280.0100.25182.2629.6164.9
Hex8BBEC01C1019b61e41
Octal21327630034103126636101
Binary10001011101111101100000011100101100110110110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8BBEC0; }

 p { color: rgb(139,190,192); }

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

<style>
 a { background-color: #8BBEC0; }

 a { background-color: rgb(139,190,192); }

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

<style>
 span { border-color: #8BBEC0; }

 span { border-color: rgb(139,190,192); }

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