Shades of Botticelli #9BB2BB
Tints of Botticelli #9BB2BB
RGB
CMYK
RGB Variations
Color information
#9BB2BB (or 0x9BB2BB) is known color: Botticelli. HEX triplet: 9B, B2 and BB. RGB value is (155,178,187). Sum of RGB (Red+Green+Blue) = 155+178+187=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 178 (69.92% from 255 or 34.23% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BB2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB2BB is #644D44. Grayscale: #ACACAC. Windows color (decimal): -6573381 or 12300955. OLE color: 12300955.
HSL color Cylindrical-coordinate representation of color #9BB2BB: hue angle of 196.88º degrees, saturation: 0.19, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9BB2BB is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 178 | 187 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.27 |
| HSL | 196.88º | 0.19% | 0.67% | - |
| HSV(B) | 196.88º | 0.17% | 0.73% | - |
| XYZ | 38.41 | 42.4 | 53.17 | - |
| YUV | 172.15 | 136.38 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 187 | 0.17 | 0.05 | 0 | 0.27 | 196.88 | 0.19 | 0.67 |
| Hex | 9B | B2 | BB | 11 | 5 | 0 | 1B | C5 | 13 | 43 |
| Octal | 233 | 262 | 273 | 21 | 5 | 0 | 33 | 305 | 23 | 103 |
| Binary | 10011011 | 10110010 | 10111011 | 10001 | 101 | 0 | 11011 | 11000101 | 10011 | 1000011 |
Color Harmonies of #9BB2BB
Complementary color
Monochromatic Colors of #9BB2BB
Black with #9BB2BB
Text Example
Text Example
White with #9BB2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB2BB; }
p { color: rgb(155,178,187); }
H1.HeaderClassName
{
color: #9BB2BB;
}
.AnyTagClassName
{
color: #9BB2BB;
}
</style>
background-color css
<style>
a { background-color: #9BB2BB; }
a { background-color: rgb(155,178,187); }
div.DivClassName
{
background-color: #9BB2BB;
}
.BgClassName
{
background-color: #9BB2BB;
}
</style>
border-color css
<style>
span { border-color: #9BB2BB; }
span { border-color: rgb(155,178,187); }
td.TdClassName
{
border-color: #9BB2BB;
}
.TagClassName
{
border-color: #9BB2BB;
}
</style>