Shades of Botticelli #8CB1B6
Tints of Botticelli #8CB1B6
RGB
CMYK
RGB Variations
Color information
#8CB1B6 (or 0x8CB1B6) is known color: Botticelli. HEX triplet: 8C, B1 and B6. RGB value is (140,177,182). Sum of RGB (Red+Green+Blue) = 140+177+182=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #8CB1B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CB1B6 is #734E49. Grayscale: #A6A6A6. Windows color (decimal): -7556682 or 11973004. OLE color: 11973004.
HSL color Cylindrical-coordinate representation of color #8CB1B6: hue angle of 187.14º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8CB1B6 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 177 | 182 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.29 |
| HSL | 187.14º | 0.22% | 0.63% | - |
| HSV(B) | 187.14º | 0.23% | 0.71% | - |
| XYZ | 34.98 | 40.4 | 50.21 | - |
| YUV | 166.51 | 136.74 | 109.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 177 | 182 | 0.23 | 0.03 | 0 | 0.29 | 187.14 | 0.22 | 0.63 |
| Hex | 8C | B1 | B6 | 17 | 3 | 0 | 1D | BB | 16 | 3F |
| Octal | 214 | 261 | 266 | 27 | 3 | 0 | 35 | 273 | 26 | 77 |
| Binary | 10001100 | 10110001 | 10110110 | 10111 | 11 | 0 | 11101 | 10111011 | 10110 | 111111 |
Color Harmonies of #8CB1B6
Complementary color
Monochromatic Colors of #8CB1B6
Black with #8CB1B6
Text Example
Text Example
White with #8CB1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CB1B6; }
p { color: rgb(140,177,182); }
H1.HeaderClassName
{
color: #8CB1B6;
}
.AnyTagClassName
{
color: #8CB1B6;
}
</style>
background-color css
<style>
a { background-color: #8CB1B6; }
a { background-color: rgb(140,177,182); }
div.DivClassName
{
background-color: #8CB1B6;
}
.BgClassName
{
background-color: #8CB1B6;
}
</style>
border-color css
<style>
span { border-color: #8CB1B6; }
span { border-color: rgb(140,177,182); }
td.TdClassName
{
border-color: #8CB1B6;
}
.TagClassName
{
border-color: #8CB1B6;
}
</style>