Shades of Botticelli #8CAEBB
Tints of Botticelli #8CAEBB
RGB
CMYK
RGB Variations
Color information
#8CAEBB (or 0x8CAEBB) is known color: Botticelli. HEX triplet: 8C, AE and BB. RGB value is (140,174,187). Sum of RGB (Red+Green+Blue) = 140+174+187=501 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.94% from 501); Green value is 174 (68.36% from 255 or 34.73% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CAEBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CAEBB is #735144. Grayscale: #A5A5A5. Windows color (decimal): -7557445 or 12299916. OLE color: 12299916.
HSL color Cylindrical-coordinate representation of color #8CAEBB: hue angle of 196.6º degrees, saturation: 0.26, 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 #8CAEBB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 174 | 187 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.27 |
| HSL | 196.6º | 0.26% | 0.64% | - |
| HSV(B) | 196.6º | 0.25% | 0.73% | - |
| XYZ | 34.92 | 39.44 | 52.78 | - |
| YUV | 165.32 | 140.24 | 109.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 187 | 0.25 | 0.07 | 0 | 0.27 | 196.6 | 0.26 | 0.64 |
| Hex | 8C | AE | BB | 19 | 7 | 0 | 1B | C5 | 1A | 40 |
| Octal | 214 | 256 | 273 | 31 | 7 | 0 | 33 | 305 | 32 | 100 |
| Binary | 10001100 | 10101110 | 10111011 | 11001 | 111 | 0 | 11011 | 11000101 | 11010 | 1000000 |
Color Harmonies of #8CAEBB
Complementary color
Monochromatic Colors of #8CAEBB
Black with #8CAEBB
Text Example
Text Example
White with #8CAEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAEBB; }
p { color: rgb(140,174,187); }
H1.HeaderClassName
{
color: #8CAEBB;
}
.AnyTagClassName
{
color: #8CAEBB;
}
</style>
background-color css
<style>
a { background-color: #8CAEBB; }
a { background-color: rgb(140,174,187); }
div.DivClassName
{
background-color: #8CAEBB;
}
.BgClassName
{
background-color: #8CAEBB;
}
</style>
border-color css
<style>
span { border-color: #8CAEBB; }
span { border-color: rgb(140,174,187); }
td.TdClassName
{
border-color: #8CAEBB;
}
.TagClassName
{
border-color: #8CAEBB;
}
</style>