Shades of Botticelli #8CADB7
Tints of Botticelli #8CADB7
RGB
CMYK
RGB Variations
Color information
#8CADB7 (or 0x8CADB7) is known color: Botticelli. HEX triplet: 8C, AD and B7. RGB value is (140,173,183). Sum of RGB (Red+Green+Blue) = 140+173+183=496 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.23% from 496); Green value is 173 (67.97% from 255 or 34.88% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 183 - color contains mainly: blue. Hex color #8CADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADB7 is #735248. Grayscale: #A4A4A4. Windows color (decimal): -7557705 or 12037516. OLE color: 12037516.
HSL color Cylindrical-coordinate representation of color #8CADB7: hue angle of 193.95º 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 #8CADB7 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 173 | 183 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.28 |
| HSL | 193.95º | 0.23% | 0.63% | - |
| HSV(B) | 193.95º | 0.23% | 0.72% | - |
| XYZ | 34.31 | 38.88 | 50.5 | - |
| YUV | 164.27 | 138.57 | 110.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 173 | 183 | 0.23 | 0.05 | 0 | 0.28 | 193.95 | 0.23 | 0.63 |
| Hex | 8C | AD | B7 | 17 | 5 | 0 | 1C | C2 | 17 | 3F |
| Octal | 214 | 255 | 267 | 27 | 5 | 0 | 34 | 302 | 27 | 77 |
| Binary | 10001100 | 10101101 | 10110111 | 10111 | 101 | 0 | 11100 | 11000010 | 10111 | 111111 |
Color Harmonies of #8CADB7
Complementary color
Monochromatic Colors of #8CADB7
Black with #8CADB7
Text Example
Text Example
White with #8CADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CADB7; }
p { color: rgb(140,173,183); }
H1.HeaderClassName
{
color: #8CADB7;
}
.AnyTagClassName
{
color: #8CADB7;
}
</style>
background-color css
<style>
a { background-color: #8CADB7; }
a { background-color: rgb(140,173,183); }
div.DivClassName
{
background-color: #8CADB7;
}
.BgClassName
{
background-color: #8CADB7;
}
</style>
border-color css
<style>
span { border-color: #8CADB7; }
span { border-color: rgb(140,173,183); }
td.TdClassName
{
border-color: #8CADB7;
}
.TagClassName
{
border-color: #8CADB7;
}
</style>