Shades of Glacier #86BEC2
Tints of Glacier #86BEC2
RGB
CMYK
RGB Variations
Color information
#86BEC2 (or 0x86BEC2) is known color: Glacier. HEX triplet: 86, BE and C2. RGB value is (134,190,194). Sum of RGB (Red+Green+Blue) = 134+190+194=518 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.87% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 194 (76.17% from 255 or 37.45% from 518); Max value from RGB is 194 - color contains mainly: blue. Hex color #86BEC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #86BEC2 is #79413D. Grayscale: #ADADAD. Windows color (decimal): -7946558 or 12762758. OLE color: 12762758.
HSL color Cylindrical-coordinate representation of color #86BEC2: hue angle of 184º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86BEC2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 134 | 190 | 194 | - |
| CMYK | 0.31 | 0.02 | 0 | 0.24 |
| HSL | 184º | 0.33% | 0.64% | - |
| HSV(B) | 184º | 0.31% | 0.76% | - |
| XYZ | 37.98 | 45.79 | 57.88 | - |
| YUV | 173.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 190 | 194 | 0.31 | 0.02 | 0 | 0.24 | 184 | 0.33 | 0.64 |
| Hex | 86 | BE | C2 | 1F | 2 | 0 | 18 | B8 | 21 | 40 |
| Octal | 206 | 276 | 302 | 37 | 2 | 0 | 30 | 270 | 41 | 100 |
| Binary | 10000110 | 10111110 | 11000010 | 11111 | 10 | 0 | 11000 | 10111000 | 100001 | 1000000 |
Color Harmonies of #86BEC2
Complementary color
Monochromatic Colors of #86BEC2
Black with #86BEC2
Text Example
Text Example
White with #86BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BEC2; }
p { color: rgb(134,190,194); }
H1.HeaderClassName
{
color: #86BEC2;
}
.AnyTagClassName
{
color: #86BEC2;
}
</style>
background-color css
<style>
a { background-color: #86BEC2; }
a { background-color: rgb(134,190,194); }
div.DivClassName
{
background-color: #86BEC2;
}
.BgClassName
{
background-color: #86BEC2;
}
</style>
border-color css
<style>
span { border-color: #86BEC2; }
span { border-color: rgb(134,190,194); }
td.TdClassName
{
border-color: #86BEC2;
}
.TagClassName
{
border-color: #86BEC2;
}
</style>