Shades of Botticelli #8CACB4
Tints of Botticelli #8CACB4
RGB
CMYK
RGB Variations
Color information
#8CACB4 (or 0x8CACB4) is known color: Botticelli. HEX triplet: 8C, AC and B4. RGB value is (140,172,180). Sum of RGB (Red+Green+Blue) = 140+172+180=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 172 (67.58% from 255 or 34.96% from 492); Blue value is 180 (70.70% from 255 or 36.59% from 492); Max value from RGB is 180 - color contains mainly: blue. Hex color #8CACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CACB4 is #73534B. Grayscale: #A3A3A3. Windows color (decimal): -7557964 or 11840652. OLE color: 11840652.
HSL color Cylindrical-coordinate representation of color #8CACB4: hue angle of 192º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8CACB4 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 172 | 180 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.29 |
| HSL | 192º | 0.21% | 0.63% | - |
| HSV(B) | 192º | 0.22% | 0.71% | - |
| XYZ | 33.81 | 38.38 | 48.81 | - |
| YUV | 163.34 | 137.4 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 172 | 180 | 0.22 | 0.04 | 0 | 0.29 | 192 | 0.21 | 0.63 |
| Hex | 8C | AC | B4 | 16 | 4 | 0 | 1D | C0 | 15 | 3F |
| Octal | 214 | 254 | 264 | 26 | 4 | 0 | 35 | 300 | 25 | 77 |
| Binary | 10001100 | 10101100 | 10110100 | 10110 | 100 | 0 | 11101 | 11000000 | 10101 | 111111 |
Color Harmonies of #8CACB4
Complementary color
Monochromatic Colors of #8CACB4
Black with #8CACB4
Text Example
Text Example
White with #8CACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CACB4; }
p { color: rgb(140,172,180); }
H1.HeaderClassName
{
color: #8CACB4;
}
.AnyTagClassName
{
color: #8CACB4;
}
</style>
background-color css
<style>
a { background-color: #8CACB4; }
a { background-color: rgb(140,172,180); }
div.DivClassName
{
background-color: #8CACB4;
}
.BgClassName
{
background-color: #8CACB4;
}
</style>
border-color css
<style>
span { border-color: #8CACB4; }
span { border-color: rgb(140,172,180); }
td.TdClassName
{
border-color: #8CACB4;
}
.TagClassName
{
border-color: #8CACB4;
}
</style>