Shades of Botticelli #8CB6BB
Tints of Botticelli #8CB6BB
RGB
CMYK
RGB Variations
Color information
#8CB6BB (or 0x8CB6BB) is known color: Botticelli. HEX triplet: 8C, B6 and BB. RGB value is (140,182,187). Sum of RGB (Red+Green+Blue) = 140+182+187=509 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.50% from 509); Green value is 182 (71.48% from 255 or 35.76% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 187 - color contains mainly: blue. Hex color #8CB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8CB6BB is #734944. Grayscale: #A9A9A9. Windows color (decimal): -7555397 or 12301964. OLE color: 12301964.
HSL color Cylindrical-coordinate representation of color #8CB6BB: hue angle of 186.38º 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 #8CB6BB is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 182 | 187 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.27 |
| HSL | 186.38º | 0.26% | 0.64% | - |
| HSV(B) | 186.38º | 0.25% | 0.73% | - |
| XYZ | 36.51 | 42.62 | 53.32 | - |
| YUV | 170.01 | 137.59 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 182 | 187 | 0.25 | 0.03 | 0 | 0.27 | 186.38 | 0.26 | 0.64 |
| Hex | 8C | B6 | BB | 19 | 3 | 0 | 1B | BA | 1A | 40 |
| Octal | 214 | 266 | 273 | 31 | 3 | 0 | 33 | 272 | 32 | 100 |
| Binary | 10001100 | 10110110 | 10111011 | 11001 | 11 | 0 | 11011 | 10111010 | 11010 | 1000000 |
Color Harmonies of #8CB6BB
Complementary color
Monochromatic Colors of #8CB6BB
Black with #8CB6BB
Text Example
Text Example
White with #8CB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB6BB; }
p { color: rgb(140,182,187); }
H1.HeaderClassName
{
color: #8CB6BB;
}
.AnyTagClassName
{
color: #8CB6BB;
}
</style>
background-color css
<style>
a { background-color: #8CB6BB; }
a { background-color: rgb(140,182,187); }
div.DivClassName
{
background-color: #8CB6BB;
}
.BgClassName
{
background-color: #8CB6BB;
}
</style>
border-color css
<style>
span { border-color: #8CB6BB; }
span { border-color: rgb(140,182,187); }
td.TdClassName
{
border-color: #8CB6BB;
}
.TagClassName
{
border-color: #8CB6BB;
}
</style>