Shades of Botticelli #8CABB7
Tints of Botticelli #8CABB7
RGB
CMYK
RGB Variations
Color information
#8CABB7 (or 0x8CABB7) is known color: Botticelli. HEX triplet: 8C, AB and B7. RGB value is (140,171,183). Sum of RGB (Red+Green+Blue) = 140+171+183=494 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.34% from 494); Green value is 171 (67.19% from 255 or 34.62% from 494); Blue value is 183 (71.88% from 255 or 37.04% from 494); Max value from RGB is 183 - color contains mainly: blue. Hex color #8CABB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CABB7 is #735448. Grayscale: #A3A3A3. Windows color (decimal): -7558217 or 12037004. OLE color: 12037004.
HSL color Cylindrical-coordinate representation of color #8CABB7: hue angle of 196.74º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CABB7 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 171 | 183 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.28 |
| HSL | 196.74º | 0.23% | 0.63% | - |
| HSV(B) | 196.74º | 0.23% | 0.72% | - |
| XYZ | 33.93 | 38.12 | 50.37 | - |
| YUV | 163.1 | 139.23 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 171 | 183 | 0.23 | 0.07 | 0 | 0.28 | 196.74 | 0.23 | 0.63 |
| Hex | 8C | AB | B7 | 17 | 7 | 0 | 1C | C5 | 17 | 3F |
| Octal | 214 | 253 | 267 | 27 | 7 | 0 | 34 | 305 | 27 | 77 |
| Binary | 10001100 | 10101011 | 10110111 | 10111 | 111 | 0 | 11100 | 11000101 | 10111 | 111111 |
Color Harmonies of #8CABB7
Complementary color
Monochromatic Colors of #8CABB7
Black with #8CABB7
Text Example
Text Example
White with #8CABB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CABB7; }
p { color: rgb(140,171,183); }
H1.HeaderClassName
{
color: #8CABB7;
}
.AnyTagClassName
{
color: #8CABB7;
}
</style>
background-color css
<style>
a { background-color: #8CABB7; }
a { background-color: rgb(140,171,183); }
div.DivClassName
{
background-color: #8CABB7;
}
.BgClassName
{
background-color: #8CABB7;
}
</style>
border-color css
<style>
span { border-color: #8CABB7; }
span { border-color: rgb(140,171,183); }
td.TdClassName
{
border-color: #8CABB7;
}
.TagClassName
{
border-color: #8CABB7;
}
</style>