Shades of Botticelli #8CAEBA
Tints of Botticelli #8CAEBA
RGB
CMYK
RGB Variations
Color information
#8CAEBA (or 0x8CAEBA) is known color: Botticelli. HEX triplet: 8C, AE and BA. RGB value is (140,174,186). Sum of RGB (Red+Green+Blue) = 140+174+186=500 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28% from 500); Green value is 174 (68.36% from 255 or 34.8% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 186 - color contains mainly: blue. Hex color #8CAEBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEBA is #735145. Grayscale: #A5A5A5. Windows color (decimal): -7557446 or 12234380. OLE color: 12234380.
HSL color Cylindrical-coordinate representation of color #8CAEBA: hue angle of 195.65º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8CAEBA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 174 | 186 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.27 |
| HSL | 195.65º | 0.25% | 0.64% | - |
| HSV(B) | 195.65º | 0.25% | 0.73% | - |
| XYZ | 34.81 | 39.39 | 52.22 | - |
| YUV | 165.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 186 | 0.25 | 0.06 | 0 | 0.27 | 195.65 | 0.25 | 0.64 |
| Hex | 8C | AE | BA | 19 | 6 | 0 | 1B | C4 | 19 | 40 |
| Octal | 214 | 256 | 272 | 31 | 6 | 0 | 33 | 304 | 31 | 100 |
| Binary | 10001100 | 10101110 | 10111010 | 11001 | 110 | 0 | 11011 | 11000100 | 11001 | 1000000 |
Color Harmonies of #8CAEBA
Complementary color
Monochromatic Colors of #8CAEBA
Black with #8CAEBA
Text Example
Text Example
White with #8CAEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEBA; }
p { color: rgb(140,174,186); }
H1.HeaderClassName
{
color: #8CAEBA;
}
.AnyTagClassName
{
color: #8CAEBA;
}
</style>
background-color css
<style>
a { background-color: #8CAEBA; }
a { background-color: rgb(140,174,186); }
div.DivClassName
{
background-color: #8CAEBA;
}
.BgClassName
{
background-color: #8CAEBA;
}
</style>
border-color css
<style>
span { border-color: #8CAEBA; }
span { border-color: rgb(140,174,186); }
td.TdClassName
{
border-color: #8CAEBA;
}
.TagClassName
{
border-color: #8CAEBA;
}
</style>