Shades of Botticelli #91B5BB
Tints of Botticelli #91B5BB
RGB
CMYK
RGB Variations
Color information
#91B5BB (or 0x91B5BB) is known color: Botticelli. HEX triplet: 91, B5 and BB. RGB value is (145,181,187). Sum of RGB (Red+Green+Blue) = 145+181+187=513 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.27% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 187 - color contains mainly: blue. Hex color #91B5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B5BB is #6E4A44. Grayscale: #AAAAAA. Windows color (decimal): -7227973 or 12301713. OLE color: 12301713.
HSL color Cylindrical-coordinate representation of color #91B5BB: hue angle of 188.57º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #91B5BB is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 181 | 187 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.27 |
| HSL | 188.57º | 0.24% | 0.65% | - |
| HSV(B) | 188.57º | 0.22% | 0.73% | - |
| XYZ | 37.17 | 42.66 | 53.29 | - |
| YUV | 170.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 181 | 187 | 0.22 | 0.03 | 0 | 0.27 | 188.57 | 0.24 | 0.65 |
| Hex | 91 | B5 | BB | 16 | 3 | 0 | 1B | BD | 18 | 41 |
| Octal | 221 | 265 | 273 | 26 | 3 | 0 | 33 | 275 | 30 | 101 |
| Binary | 10010001 | 10110101 | 10111011 | 10110 | 11 | 0 | 11011 | 10111101 | 11000 | 1000001 |
Color Harmonies of #91B5BB
Complementary color
Monochromatic Colors of #91B5BB
Black with #91B5BB
Text Example
Text Example
White with #91B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B5BB; }
p { color: rgb(145,181,187); }
H1.HeaderClassName
{
color: #91B5BB;
}
.AnyTagClassName
{
color: #91B5BB;
}
</style>
background-color css
<style>
a { background-color: #91B5BB; }
a { background-color: rgb(145,181,187); }
div.DivClassName
{
background-color: #91B5BB;
}
.BgClassName
{
background-color: #91B5BB;
}
</style>
border-color css
<style>
span { border-color: #91B5BB; }
span { border-color: rgb(145,181,187); }
td.TdClassName
{
border-color: #91B5BB;
}
.TagClassName
{
border-color: #91B5BB;
}
</style>