Shades of Botticelli #8CB8B9
Tints of Botticelli #8CB8B9
RGB
CMYK
RGB Variations
Color information
#8CB8B9 (or 0x8CB8B9) is known color: Botticelli. HEX triplet: 8C, B8 and B9. RGB value is (140,184,185). Sum of RGB (Red+Green+Blue) = 140+184+185=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 184 (72.27% from 255 or 36.15% from 509); Blue value is 185 (72.66% from 255 or 36.35% from 509); Max value from RGB is 185 - color contains mainly: blue. Hex color #8CB8B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB8B9 is #734746. Grayscale: #AAAAAA. Windows color (decimal): -7554887 or 12171404. OLE color: 12171404.
HSL color Cylindrical-coordinate representation of color #8CB8B9: hue angle of 181.33º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8CB8B9 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 184 | 185 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.27 |
| HSL | 181.33º | 0.24% | 0.64% | - |
| HSV(B) | 181.33º | 0.24% | 0.73% | - |
| XYZ | 36.71 | 43.36 | 52.33 | - |
| YUV | 170.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 184 | 185 | 0.24 | 0.01 | 0 | 0.27 | 181.33 | 0.24 | 0.64 |
| Hex | 8C | B8 | B9 | 18 | 1 | 0 | 1B | B5 | 18 | 40 |
| Octal | 214 | 270 | 271 | 30 | 1 | 0 | 33 | 265 | 30 | 100 |
| Binary | 10001100 | 10111000 | 10111001 | 11000 | 1 | 0 | 11011 | 10110101 | 11000 | 1000000 |
Color Harmonies of #8CB8B9
Complementary color
Monochromatic Colors of #8CB8B9
Black with #8CB8B9
Text Example
Text Example
White with #8CB8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB8B9; }
p { color: rgb(140,184,185); }
H1.HeaderClassName
{
color: #8CB8B9;
}
.AnyTagClassName
{
color: #8CB8B9;
}
</style>
background-color css
<style>
a { background-color: #8CB8B9; }
a { background-color: rgb(140,184,185); }
div.DivClassName
{
background-color: #8CB8B9;
}
.BgClassName
{
background-color: #8CB8B9;
}
</style>
border-color css
<style>
span { border-color: #8CB8B9; }
span { border-color: rgb(140,184,185); }
td.TdClassName
{
border-color: #8CB8B9;
}
.TagClassName
{
border-color: #8CB8B9;
}
</style>