Shades of Botticelli #8CAAB1
Tints of Botticelli #8CAAB1
RGB
CMYK
RGB Variations
Color information
#8CAAB1 (or 0x8CAAB1) is known color: Botticelli. HEX triplet: 8C, AA and B1. RGB value is (140,170,177). Sum of RGB (Red+Green+Blue) = 140+170+177=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 170 (66.80% from 255 or 34.91% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #8CAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAAB1 is #73554E. Grayscale: #A1A1A1. Windows color (decimal): -7558479 or 11643532. OLE color: 11643532.
HSL color Cylindrical-coordinate representation of color #8CAAB1: hue angle of 191.35º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8CAAB1 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 140 | 170 | 177 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.31 |
| HSL | 191.35º | 0.19% | 0.62% | - |
| HSV(B) | 191.35º | 0.21% | 0.69% | - |
| XYZ | 33.13 | 37.5 | 47.09 | - |
| YUV | 161.83 | 136.56 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 177 | 0.21 | 0.04 | 0 | 0.31 | 191.35 | 0.19 | 0.62 |
| Hex | 8C | AA | B1 | 15 | 4 | 0 | 1F | BF | 13 | 3E |
| Octal | 214 | 252 | 261 | 25 | 4 | 0 | 37 | 277 | 23 | 76 |
| Binary | 10001100 | 10101010 | 10110001 | 10101 | 100 | 0 | 11111 | 10111111 | 10011 | 111110 |
Color Harmonies of #8CAAB1
Complementary color
Monochromatic Colors of #8CAAB1
Black with #8CAAB1
Text Example
Text Example
White with #8CAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAAB1; }
p { color: rgb(140,170,177); }
H1.HeaderClassName
{
color: #8CAAB1;
}
.AnyTagClassName
{
color: #8CAAB1;
}
</style>
background-color css
<style>
a { background-color: #8CAAB1; }
a { background-color: rgb(140,170,177); }
div.DivClassName
{
background-color: #8CAAB1;
}
.BgClassName
{
background-color: #8CAAB1;
}
</style>
border-color css
<style>
span { border-color: #8CAAB1; }
span { border-color: rgb(140,170,177); }
td.TdClassName
{
border-color: #8CAAB1;
}
.TagClassName
{
border-color: #8CAAB1;
}
</style>