Shades of Botticelli #9BB1B6
Tints of Botticelli #9BB1B6
RGB
CMYK
RGB Variations
Color information
#9BB1B6 (or 0x9BB1B6) is known color: Botticelli. HEX triplet: 9B, B1 and B6. RGB value is (155,177,182). Sum of RGB (Red+Green+Blue) = 155+177+182=514 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.16% from 514); Green value is 177 (69.53% from 255 or 34.44% from 514); Blue value is 182 (71.48% from 255 or 35.41% from 514); Max value from RGB is 182 - color contains mainly: blue. Hex color #9BB1B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BB1B6 is #644E49. Grayscale: #AAAAAA. Windows color (decimal): -6573642 or 11973019. OLE color: 11973019.
HSL color Cylindrical-coordinate representation of color #9BB1B6: hue angle of 191.11º 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 #9BB1B6 is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 155 | 177 | 182 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.29 |
| HSL | 191.11º | 0.16% | 0.66% | - |
| HSV(B) | 191.11º | 0.15% | 0.71% | - |
| XYZ | 37.68 | 41.79 | 50.34 | - |
| YUV | 170.99 | 134.21 | 116.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 177 | 182 | 0.15 | 0.03 | 0 | 0.29 | 191.11 | 0.16 | 0.66 |
| Hex | 9B | B1 | B6 | F | 3 | 0 | 1D | BF | 10 | 42 |
| Octal | 233 | 261 | 266 | 17 | 3 | 0 | 35 | 277 | 20 | 102 |
| Binary | 10011011 | 10110001 | 10110110 | 1111 | 11 | 0 | 11101 | 10111111 | 10000 | 1000010 |
Color Harmonies of #9BB1B6
Complementary color
Monochromatic Colors of #9BB1B6
Black with #9BB1B6
Text Example
Text Example
White with #9BB1B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB1B6; }
p { color: rgb(155,177,182); }
H1.HeaderClassName
{
color: #9BB1B6;
}
.AnyTagClassName
{
color: #9BB1B6;
}
</style>
background-color css
<style>
a { background-color: #9BB1B6; }
a { background-color: rgb(155,177,182); }
div.DivClassName
{
background-color: #9BB1B6;
}
.BgClassName
{
background-color: #9BB1B6;
}
</style>
border-color css
<style>
span { border-color: #9BB1B6; }
span { border-color: rgb(155,177,182); }
td.TdClassName
{
border-color: #9BB1B6;
}
.TagClassName
{
border-color: #9BB1B6;
}
</style>