Shades of Botticelli #91B2BB
Tints of Botticelli #91B2BB
RGB
CMYK
RGB Variations
Color information
#91B2BB (or 0x91B2BB) is known color: Botticelli. HEX triplet: 91, B2 and BB. RGB value is (145,178,187). Sum of RGB (Red+Green+Blue) = 145+178+187=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 187 - color contains mainly: blue. Hex color #91B2BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B2BB is #6E4D44. Grayscale: #A9A9A9. Windows color (decimal): -7228741 or 12300945. OLE color: 12300945.
HSL color Cylindrical-coordinate representation of color #91B2BB: hue angle of 192.86º 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 #91B2BB is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 178 | 187 | - |
| CMYK | 0.22 | 0.05 | 0 | 0.27 |
| HSL | 192.86º | 0.24% | 0.65% | - |
| HSV(B) | 192.86º | 0.22% | 0.73% | - |
| XYZ | 36.57 | 41.45 | 53.09 | - |
| YUV | 169.16 | 138.07 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 178 | 187 | 0.22 | 0.05 | 0 | 0.27 | 192.86 | 0.24 | 0.65 |
| Hex | 91 | B2 | BB | 16 | 5 | 0 | 1B | C1 | 18 | 41 |
| Octal | 221 | 262 | 273 | 26 | 5 | 0 | 33 | 301 | 30 | 101 |
| Binary | 10010001 | 10110010 | 10111011 | 10110 | 101 | 0 | 11011 | 11000001 | 11000 | 1000001 |
Color Harmonies of #91B2BB
Complementary color
Monochromatic Colors of #91B2BB
Black with #91B2BB
Text Example
Text Example
White with #91B2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B2BB; }
p { color: rgb(145,178,187); }
H1.HeaderClassName
{
color: #91B2BB;
}
.AnyTagClassName
{
color: #91B2BB;
}
</style>
background-color css
<style>
a { background-color: #91B2BB; }
a { background-color: rgb(145,178,187); }
div.DivClassName
{
background-color: #91B2BB;
}
.BgClassName
{
background-color: #91B2BB;
}
</style>
border-color css
<style>
span { border-color: #91B2BB; }
span { border-color: rgb(145,178,187); }
td.TdClassName
{
border-color: #91B2BB;
}
.TagClassName
{
border-color: #91B2BB;
}
</style>