Shades of Glacier #86BABC
Tints of Glacier #86BABC
RGB
CMYK
RGB Variations
Color information
#86BABC (or 0x86BABC) is known color: Glacier. HEX triplet: 86, BA and BC. RGB value is (134,186,188). Sum of RGB (Red+Green+Blue) = 134+186+188=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 186 (73.05% from 255 or 36.61% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #86BABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BABC is #794543. Grayscale: #AAAAAA. Windows color (decimal): -7947588 or 12368518. OLE color: 12368518.
HSL color Cylindrical-coordinate representation of color #86BABC: hue angle of 182.22º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86BABC is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 186 | 188 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.26 |
| HSL | 182.22º | 0.29% | 0.63% | - |
| HSV(B) | 182.22º | 0.29% | 0.74% | - |
| XYZ | 36.47 | 43.82 | 54.11 | - |
| YUV | 170.68 | 137.77 | 101.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 186 | 188 | 0.29 | 0.01 | 0 | 0.26 | 182.22 | 0.29 | 0.63 |
| Hex | 86 | BA | BC | 1D | 1 | 0 | 1A | B6 | 1D | 3F |
| Octal | 206 | 272 | 274 | 35 | 1 | 0 | 32 | 266 | 35 | 77 |
| Binary | 10000110 | 10111010 | 10111100 | 11101 | 1 | 0 | 11010 | 10110110 | 11101 | 111111 |
Color Harmonies of #86BABC
Complementary color
Monochromatic Colors of #86BABC
Black with #86BABC
Text Example
Text Example
White with #86BABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BABC; }
p { color: rgb(134,186,188); }
H1.HeaderClassName
{
color: #86BABC;
}
.AnyTagClassName
{
color: #86BABC;
}
</style>
background-color css
<style>
a { background-color: #86BABC; }
a { background-color: rgb(134,186,188); }
div.DivClassName
{
background-color: #86BABC;
}
.BgClassName
{
background-color: #86BABC;
}
</style>
border-color css
<style>
span { border-color: #86BABC; }
span { border-color: rgb(134,186,188); }
td.TdClassName
{
border-color: #86BABC;
}
.TagClassName
{
border-color: #86BABC;
}
</style>