Shades of Glacier #8BBCC0
Tints of Glacier #8BBCC0
RGB
CMYK
RGB Variations
Color information
#8BBCC0 (or 0x8BBCC0) is known color: Glacier. HEX triplet: 8B, BC and C0. RGB value is (139,188,192). Sum of RGB (Red+Green+Blue) = 139+188+192=519 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.78% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 192 - color contains mainly: blue. Hex color #8BBCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCC0 is #74433F. Grayscale: #ADADAD. Windows color (decimal): -7619392 or 12631179. OLE color: 12631179.
HSL color Cylindrical-coordinate representation of color #8BBCC0: hue angle of 184.53º 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 #8BBCC0 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 188 | 192 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.25 |
| HSL | 184.53º | 0.3% | 0.65% | - |
| HSV(B) | 184.53º | 0.28% | 0.75% | - |
| XYZ | 38.15 | 45.26 | 56.6 | - |
| YUV | 173.81 | 138.27 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 192 | 0.28 | 0.02 | 0 | 0.25 | 184.53 | 0.3 | 0.65 |
| Hex | 8B | BC | C0 | 1C | 2 | 0 | 19 | B9 | 1E | 41 |
| Octal | 213 | 274 | 300 | 34 | 2 | 0 | 31 | 271 | 36 | 101 |
| Binary | 10001011 | 10111100 | 11000000 | 11100 | 10 | 0 | 11001 | 10111001 | 11110 | 1000001 |
Color Harmonies of #8BBCC0
Complementary color
Monochromatic Colors of #8BBCC0
Black with #8BBCC0
Text Example
Text Example
White with #8BBCC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCC0; }
p { color: rgb(139,188,192); }
H1.HeaderClassName
{
color: #8BBCC0;
}
.AnyTagClassName
{
color: #8BBCC0;
}
</style>
background-color css
<style>
a { background-color: #8BBCC0; }
a { background-color: rgb(139,188,192); }
div.DivClassName
{
background-color: #8BBCC0;
}
.BgClassName
{
background-color: #8BBCC0;
}
</style>
border-color css
<style>
span { border-color: #8BBCC0; }
span { border-color: rgb(139,188,192); }
td.TdClassName
{
border-color: #8BBCC0;
}
.TagClassName
{
border-color: #8BBCC0;
}
</style>