Shades of Glacier #8BBEC0
Tints of Glacier #8BBEC0
RGB
CMYK
RGB Variations
Color information
#8BBEC0 (or 0x8BBEC0) is known color: 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
| RGB | 139 | 190 | 192 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.25 |
| HSL | 182.26º | 0.3% | 0.65% | - |
| HSV(B) | 182.26º | 0.28% | 0.75% | - |
| XYZ | 38.58 | 46.12 | 56.74 | - |
| YUV | 174.98 | 137.6 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 190 | 192 | 0.28 | 0.01 | 0 | 0.25 | 182.26 | 0.3 | 0.65 |
| Hex | 8B | BE | C0 | 1C | 1 | 0 | 19 | B6 | 1E | 41 |
| Octal | 213 | 276 | 300 | 34 | 1 | 0 | 31 | 266 | 36 | 101 |
| Binary | 10001011 | 10111110 | 11000000 | 11100 | 1 | 0 | 11001 | 10110110 | 11110 | 1000001 |
Color Harmonies of #8BBEC0
Complementary color
Monochromatic Colors of #8BBEC0
Black with #8BBEC0
Text Example
Text Example
White with #8BBEC0
Text Example
Text Example
HTML Codes & Css Web 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>