Shades of Botticelli #9BB3BC
Tints of Botticelli #9BB3BC
RGB
CMYK
RGB Variations
Color information
#9BB3BC (or 0x9BB3BC) is known color: Botticelli. HEX triplet: 9B, B3 and BC. RGB value is (155,179,188). Sum of RGB (Red+Green+Blue) = 155+179+188=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 179 (70.31% from 255 or 34.29% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 188 - color contains mainly: blue. Hex color #9BB3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB3BC is #644C43. Grayscale: #ACACAC. Windows color (decimal): -6573124 or 12366747. OLE color: 12366747.
HSL color Cylindrical-coordinate representation of color #9BB3BC: hue angle of 196.36º degrees, saturation: 0.2, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9BB3BC is Cyan = 0.18, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 155 | 179 | 188 | - |
| CMYK | 0.18 | 0.05 | 0 | 0.26 |
| HSL | 196.36º | 0.2% | 0.67% | - |
| HSV(B) | 196.36º | 0.18% | 0.74% | - |
| XYZ | 38.71 | 42.84 | 53.81 | - |
| YUV | 172.85 | 136.55 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 179 | 188 | 0.18 | 0.05 | 0 | 0.26 | 196.36 | 0.2 | 0.67 |
| Hex | 9B | B3 | BC | 12 | 5 | 0 | 1A | C4 | 14 | 43 |
| Octal | 233 | 263 | 274 | 22 | 5 | 0 | 32 | 304 | 24 | 103 |
| Binary | 10011011 | 10110011 | 10111100 | 10010 | 101 | 0 | 11010 | 11000100 | 10100 | 1000011 |
Color Harmonies of #9BB3BC
Complementary color
Monochromatic Colors of #9BB3BC
Black with #9BB3BC
Text Example
Text Example
White with #9BB3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB3BC; }
p { color: rgb(155,179,188); }
H1.HeaderClassName
{
color: #9BB3BC;
}
.AnyTagClassName
{
color: #9BB3BC;
}
</style>
background-color css
<style>
a { background-color: #9BB3BC; }
a { background-color: rgb(155,179,188); }
div.DivClassName
{
background-color: #9BB3BC;
}
.BgClassName
{
background-color: #9BB3BC;
}
</style>
border-color css
<style>
span { border-color: #9BB3BC; }
span { border-color: rgb(155,179,188); }
td.TdClassName
{
border-color: #9BB3BC;
}
.TagClassName
{
border-color: #9BB3BC;
}
</style>