Shades of Botticelli #9BB5BB
Tints of Botticelli #9BB5BB
RGB
CMYK
RGB Variations
Color information
#9BB5BB (or 0x9BB5BB) is known color: Botticelli. HEX triplet: 9B, B5 and BB. RGB value is (155,181,187). Sum of RGB (Red+Green+Blue) = 155+181+187=523 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.64% from 523); Green value is 181 (71.09% from 255 or 34.61% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 187 - color contains mainly: blue. Hex color #9BB5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #9BB5BB is #644A44. Grayscale: #ADADAD. Windows color (decimal): -6572613 or 12301723. OLE color: 12301723.
HSL color Cylindrical-coordinate representation of color #9BB5BB: hue angle of 191.25º 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 #9BB5BB is Cyan = 0.17, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 181 | 187 | - |
| CMYK | 0.17 | 0.03 | 0 | 0.27 |
| HSL | 191.25º | 0.19% | 0.67% | - |
| HSV(B) | 191.25º | 0.17% | 0.73% | - |
| XYZ | 39.01 | 43.6 | 53.37 | - |
| YUV | 173.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 181 | 187 | 0.17 | 0.03 | 0 | 0.27 | 191.25 | 0.19 | 0.67 |
| Hex | 9B | B5 | BB | 11 | 3 | 0 | 1B | BF | 13 | 43 |
| Octal | 233 | 265 | 273 | 21 | 3 | 0 | 33 | 277 | 23 | 103 |
| Binary | 10011011 | 10110101 | 10111011 | 10001 | 11 | 0 | 11011 | 10111111 | 10011 | 1000011 |
Color Harmonies of #9BB5BB
Complementary color
Monochromatic Colors of #9BB5BB
Black with #9BB5BB
Text Example
Text Example
White with #9BB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB5BB; }
p { color: rgb(155,181,187); }
H1.HeaderClassName
{
color: #9BB5BB;
}
.AnyTagClassName
{
color: #9BB5BB;
}
</style>
background-color css
<style>
a { background-color: #9BB5BB; }
a { background-color: rgb(155,181,187); }
div.DivClassName
{
background-color: #9BB5BB;
}
.BgClassName
{
background-color: #9BB5BB;
}
</style>
border-color css
<style>
span { border-color: #9BB5BB; }
span { border-color: rgb(155,181,187); }
td.TdClassName
{
border-color: #9BB5BB;
}
.TagClassName
{
border-color: #9BB5BB;
}
</style>