Shades of Botticelli #86AEBB
Tints of Botticelli #86AEBB
RGB
CMYK
RGB Variations
Color information
#86AEBB (or 0x86AEBB) is known color: Botticelli. HEX triplet: 86, AE and BB. RGB value is (134,174,187). Sum of RGB (Red+Green+Blue) = 134+174+187=495 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.07% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 187 - color contains mainly: blue. Hex color #86AEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AEBB is #795144. Grayscale: #A3A3A3. Windows color (decimal): -7950661 or 12299910. OLE color: 12299910.
HSL color Cylindrical-coordinate representation of color #86AEBB: hue angle of 194.72º 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 #86AEBB is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 174 | 187 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.27 |
| HSL | 194.72º | 0.28% | 0.63% | - |
| HSV(B) | 194.72º | 0.28% | 0.73% | - |
| XYZ | 33.94 | 38.93 | 52.74 | - |
| YUV | 163.52 | 141.25 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 174 | 187 | 0.28 | 0.07 | 0 | 0.27 | 194.72 | 0.28 | 0.63 |
| Hex | 86 | AE | BB | 1C | 7 | 0 | 1B | C3 | 1C | 3F |
| Octal | 206 | 256 | 273 | 34 | 7 | 0 | 33 | 303 | 34 | 77 |
| Binary | 10000110 | 10101110 | 10111011 | 11100 | 111 | 0 | 11011 | 11000011 | 11100 | 111111 |
Color Harmonies of #86AEBB
Complementary color
Monochromatic Colors of #86AEBB
Black with #86AEBB
Text Example
Text Example
White with #86AEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AEBB; }
p { color: rgb(134,174,187); }
H1.HeaderClassName
{
color: #86AEBB;
}
.AnyTagClassName
{
color: #86AEBB;
}
</style>
background-color css
<style>
a { background-color: #86AEBB; }
a { background-color: rgb(134,174,187); }
div.DivClassName
{
background-color: #86AEBB;
}
.BgClassName
{
background-color: #86AEBB;
}
</style>
border-color css
<style>
span { border-color: #86AEBB; }
span { border-color: rgb(134,174,187); }
td.TdClassName
{
border-color: #86AEBB;
}
.TagClassName
{
border-color: #86AEBB;
}
</style>