Shades of Botticelli #9CB3BC
Tints of Botticelli #9CB3BC
RGB
CMYK
RGB Variations
Color information
#9CB3BC (or 0x9CB3BC) is known color: Botticelli. HEX triplet: 9C, B3 and BC. RGB value is (156,179,188). Sum of RGB (Red+Green+Blue) = 156+179+188=523 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.83% from 523); Green value is 179 (70.31% from 255 or 34.23% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 188 - color contains mainly: blue. Hex color #9CB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9CB3BC is #634C43. Grayscale: #ADADAD. Windows color (decimal): -6507588 or 12366748. OLE color: 12366748.
HSL color Cylindrical-coordinate representation of color #9CB3BC: hue angle of 196.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CB3BC is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 179 | 188 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.26 |
| HSL | 196.88º | 0.19% | 0.67% | - |
| HSV(B) | 196.88º | 0.17% | 0.74% | - |
| XYZ | 38.91 | 42.94 | 53.81 | - |
| YUV | 173.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 179 | 188 | 0.17 | 0.05 | 0 | 0.26 | 196.88 | 0.19 | 0.67 |
| Hex | 9C | B3 | BC | 11 | 5 | 0 | 1A | C5 | 13 | 43 |
| Octal | 234 | 263 | 274 | 21 | 5 | 0 | 32 | 305 | 23 | 103 |
| Binary | 10011100 | 10110011 | 10111100 | 10001 | 101 | 0 | 11010 | 11000101 | 10011 | 1000011 |
Color Harmonies of #9CB3BC
Complementary color
Monochromatic Colors of #9CB3BC
Black with #9CB3BC
Text Example
Text Example
White with #9CB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CB3BC; }
p { color: rgb(156,179,188); }
H1.HeaderClassName
{
color: #9CB3BC;
}
.AnyTagClassName
{
color: #9CB3BC;
}
</style>
background-color css
<style>
a { background-color: #9CB3BC; }
a { background-color: rgb(156,179,188); }
div.DivClassName
{
background-color: #9CB3BC;
}
.BgClassName
{
background-color: #9CB3BC;
}
</style>
border-color css
<style>
span { border-color: #9CB3BC; }
span { border-color: rgb(156,179,188); }
td.TdClassName
{
border-color: #9CB3BC;
}
.TagClassName
{
border-color: #9CB3BC;
}
</style>