Shades of Botticelli #9BB0B6
Tints of Botticelli #9BB0B6
RGB
CMYK
RGB Variations
Color information
#9BB0B6 (or 0x9BB0B6) is known color: Botticelli. HEX triplet: 9B, B0 and B6. RGB value is (155,176,182). Sum of RGB (Red+Green+Blue) = 155+176+182=513 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.21% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 182 (71.48% from 255 or 35.48% from 513); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BB0B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB0B6 is #644F49. Grayscale: #AAAAAA. Windows color (decimal): -6573898 or 11972763. OLE color: 11972763.
HSL color Cylindrical-coordinate representation of color #9BB0B6: hue angle of 193.33º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #9BB0B6 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 176 | 182 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.29 |
| HSL | 193.33º | 0.16% | 0.66% | - |
| HSV(B) | 193.33º | 0.15% | 0.71% | - |
| XYZ | 37.49 | 41.4 | 50.27 | - |
| YUV | 170.41 | 134.54 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 176 | 182 | 0.15 | 0.03 | 0 | 0.29 | 193.33 | 0.16 | 0.66 |
| Hex | 9B | B0 | B6 | F | 3 | 0 | 1D | C1 | 10 | 42 |
| Octal | 233 | 260 | 266 | 17 | 3 | 0 | 35 | 301 | 20 | 102 |
| Binary | 10011011 | 10110000 | 10110110 | 1111 | 11 | 0 | 11101 | 11000001 | 10000 | 1000010 |
Color Harmonies of #9BB0B6
Complementary color
Monochromatic Colors of #9BB0B6
Black with #9BB0B6
Text Example
Text Example
White with #9BB0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB0B6; }
p { color: rgb(155,176,182); }
H1.HeaderClassName
{
color: #9BB0B6;
}
.AnyTagClassName
{
color: #9BB0B6;
}
</style>
background-color css
<style>
a { background-color: #9BB0B6; }
a { background-color: rgb(155,176,182); }
div.DivClassName
{
background-color: #9BB0B6;
}
.BgClassName
{
background-color: #9BB0B6;
}
</style>
border-color css
<style>
span { border-color: #9BB0B6; }
span { border-color: rgb(155,176,182); }
td.TdClassName
{
border-color: #9BB0B6;
}
.TagClassName
{
border-color: #9BB0B6;
}
</style>