Shades of Botticelli #8CB5BB
Tints of Botticelli #8CB5BB
RGB
CMYK
RGB Variations
Color information
#8CB5BB (or 0x8CB5BB) is known color: Botticelli. HEX triplet: 8C, B5 and BB. RGB value is (140,181,187). Sum of RGB (Red+Green+Blue) = 140+181+187=508 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.56% from 508); Green value is 181 (71.09% from 255 or 35.63% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB5BB is #734A44. Grayscale: #A9A9A9. Windows color (decimal): -7555653 or 12301708. OLE color: 12301708.
HSL color Cylindrical-coordinate representation of color #8CB5BB: hue angle of 187.66º 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 #8CB5BB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 181 | 187 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.27 |
| HSL | 187.66º | 0.26% | 0.64% | - |
| HSV(B) | 187.66º | 0.25% | 0.73% | - |
| XYZ | 36.31 | 42.21 | 53.25 | - |
| YUV | 169.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 181 | 187 | 0.25 | 0.03 | 0 | 0.27 | 187.66 | 0.26 | 0.64 |
| Hex | 8C | B5 | BB | 19 | 3 | 0 | 1B | BC | 1A | 40 |
| Octal | 214 | 265 | 273 | 31 | 3 | 0 | 33 | 274 | 32 | 100 |
| Binary | 10001100 | 10110101 | 10111011 | 11001 | 11 | 0 | 11011 | 10111100 | 11010 | 1000000 |
Color Harmonies of #8CB5BB
Complementary color
Monochromatic Colors of #8CB5BB
Black with #8CB5BB
Text Example
Text Example
White with #8CB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB5BB; }
p { color: rgb(140,181,187); }
H1.HeaderClassName
{
color: #8CB5BB;
}
.AnyTagClassName
{
color: #8CB5BB;
}
</style>
background-color css
<style>
a { background-color: #8CB5BB; }
a { background-color: rgb(140,181,187); }
div.DivClassName
{
background-color: #8CB5BB;
}
.BgClassName
{
background-color: #8CB5BB;
}
</style>
border-color css
<style>
span { border-color: #8CB5BB; }
span { border-color: rgb(140,181,187); }
td.TdClassName
{
border-color: #8CB5BB;
}
.TagClassName
{
border-color: #8CB5BB;
}
</style>