Shades of Glacier #8BBDC0
Tints of Glacier #8BBDC0
RGB
CMYK
RGB Variations
Color information
#8BBDC0 (or 0x8BBDC0) is known color: Glacier. HEX triplet: 8B, BD and C0. RGB value is (139,189,192). Sum of RGB (Red+Green+Blue) = 139+189+192=520 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.73% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #8BBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBDC0 is #74423F. Grayscale: #AEAEAE. Windows color (decimal): -7619136 or 12631435. OLE color: 12631435.
HSL color Cylindrical-coordinate representation of color #8BBDC0: hue angle of 183.4º 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 #8BBDC0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 189 | 192 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.25 |
| HSL | 183.4º | 0.3% | 0.65% | - |
| HSV(B) | 183.4º | 0.28% | 0.75% | - |
| XYZ | 38.36 | 45.69 | 56.67 | - |
| YUV | 174.39 | 137.94 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 189 | 192 | 0.28 | 0.02 | 0 | 0.25 | 183.4 | 0.3 | 0.65 |
| Hex | 8B | BD | C0 | 1C | 2 | 0 | 19 | B7 | 1E | 41 |
| Octal | 213 | 275 | 300 | 34 | 2 | 0 | 31 | 267 | 36 | 101 |
| Binary | 10001011 | 10111101 | 11000000 | 11100 | 10 | 0 | 11001 | 10110111 | 11110 | 1000001 |
Color Harmonies of #8BBDC0
Complementary color
Monochromatic Colors of #8BBDC0
Black with #8BBDC0
Text Example
Text Example
White with #8BBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBDC0; }
p { color: rgb(139,189,192); }
H1.HeaderClassName
{
color: #8BBDC0;
}
.AnyTagClassName
{
color: #8BBDC0;
}
</style>
background-color css
<style>
a { background-color: #8BBDC0; }
a { background-color: rgb(139,189,192); }
div.DivClassName
{
background-color: #8BBDC0;
}
.BgClassName
{
background-color: #8BBDC0;
}
</style>
border-color css
<style>
span { border-color: #8BBDC0; }
span { border-color: rgb(139,189,192); }
td.TdClassName
{
border-color: #8BBDC0;
}
.TagClassName
{
border-color: #8BBDC0;
}
</style>