Shades of Monte Carlo #86BBB2
Tints of Monte Carlo #86BBB2
RGB
CMYK
RGB Variations
Color information
#86BBB2 (or 0x86BBB2) is known color: Monte Carlo. HEX triplet: 86, BB and B2. RGB value is (134,187,178). Sum of RGB (Red+Green+Blue) = 134+187+178=499 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.85% from 499); Green value is 187 (73.44% from 255 or 37.47% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 187 - color contains mainly: green. Hex color #86BBB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #86BBB2 is #79444D. Grayscale: #AAAAAA. Windows color (decimal): -7947342 or 11713414. OLE color: 11713414.
HSL color Cylindrical-coordinate representation of color #86BBB2: hue angle of 169.81º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86BBB2 is Cyan = 0.28, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 187 | 178 | - |
| CMYK | 0.28 | 0 | 0.05 | 0.27 |
| HSL | 169.81º | 0.28% | 0.63% | - |
| HSV(B) | 169.81º | 0.28% | 0.73% | - |
| XYZ | 35.64 | 43.82 | 48.7 | - |
| YUV | 170.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 187 | 178 | 0.28 | 0 | 0.05 | 0.27 | 169.81 | 0.28 | 0.63 |
| Hex | 86 | BB | B2 | 1C | 0 | 5 | 1B | AA | 1C | 3F |
| Octal | 206 | 273 | 262 | 34 | 0 | 5 | 33 | 252 | 34 | 77 |
| Binary | 10000110 | 10111011 | 10110010 | 11100 | 0 | 101 | 11011 | 10101010 | 11100 | 111111 |
Color Harmonies of #86BBB2
Complementary color
Monochromatic Colors of #86BBB2
Black with #86BBB2
Text Example
Text Example
White with #86BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86BBB2; }
p { color: rgb(134,187,178); }
H1.HeaderClassName
{
color: #86BBB2;
}
.AnyTagClassName
{
color: #86BBB2;
}
</style>
background-color css
<style>
a { background-color: #86BBB2; }
a { background-color: rgb(134,187,178); }
div.DivClassName
{
background-color: #86BBB2;
}
.BgClassName
{
background-color: #86BBB2;
}
</style>
border-color css
<style>
span { border-color: #86BBB2; }
span { border-color: rgb(134,187,178); }
td.TdClassName
{
border-color: #86BBB2;
}
.TagClassName
{
border-color: #86BBB2;
}
</style>