Shades of Glacier #8BBCBD
Tints of Glacier #8BBCBD
RGB
CMYK
RGB Variations
Color information
#8BBCBD (or 0x8BBCBD) is known color: Glacier. HEX triplet: 8B, BC and BD. RGB value is (139,188,189). Sum of RGB (Red+Green+Blue) = 139+188+189=516 (68% of max value = 765). Red value is 139 (54.69% from 255 or 26.94% from 516); Green value is 188 (73.83% from 255 or 36.43% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #8BBCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BBCBD is #744342. Grayscale: #ADADAD. Windows color (decimal): -7619395 or 12434571. OLE color: 12434571.
HSL color Cylindrical-coordinate representation of color #8BBCBD: hue angle of 181.2º degrees, saturation: 0.27, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8BBCBD is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 188 | 189 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.26 |
| HSL | 181.2º | 0.27% | 0.64% | - |
| HSV(B) | 181.2º | 0.26% | 0.74% | - |
| XYZ | 37.82 | 45.13 | 54.86 | - |
| YUV | 173.46 | 136.77 | 103.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 188 | 189 | 0.26 | 0.01 | 0 | 0.26 | 181.2 | 0.27 | 0.64 |
| Hex | 8B | BC | BD | 1A | 1 | 0 | 1A | B5 | 1B | 40 |
| Octal | 213 | 274 | 275 | 32 | 1 | 0 | 32 | 265 | 33 | 100 |
| Binary | 10001011 | 10111100 | 10111101 | 11010 | 1 | 0 | 11010 | 10110101 | 11011 | 1000000 |
Color Harmonies of #8BBCBD
Complementary color
Monochromatic Colors of #8BBCBD
Black with #8BBCBD
Text Example
Text Example
White with #8BBCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BBCBD; }
p { color: rgb(139,188,189); }
H1.HeaderClassName
{
color: #8BBCBD;
}
.AnyTagClassName
{
color: #8BBCBD;
}
</style>
background-color css
<style>
a { background-color: #8BBCBD; }
a { background-color: rgb(139,188,189); }
div.DivClassName
{
background-color: #8BBCBD;
}
.BgClassName
{
background-color: #8BBCBD;
}
</style>
border-color css
<style>
span { border-color: #8BBCBD; }
span { border-color: rgb(139,188,189); }
td.TdClassName
{
border-color: #8BBCBD;
}
.TagClassName
{
border-color: #8BBCBD;
}
</style>