Shades of Botticelli #91B4BB
Tints of Botticelli #91B4BB
RGB
CMYK
RGB Variations
Color information
#91B4BB (or 0x91B4BB) is known color: Botticelli. HEX triplet: 91, B4 and BB. RGB value is (145,180,187). Sum of RGB (Red+Green+Blue) = 145+180+187=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 187 - color contains mainly: blue. Hex color #91B4BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B4BB is #6E4B44. Grayscale: #AAAAAA. Windows color (decimal): -7228229 or 12301457. OLE color: 12301457.
HSL color Cylindrical-coordinate representation of color #91B4BB: hue angle of 190º 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 #91B4BB is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 180 | 187 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.27 |
| HSL | 190º | 0.24% | 0.65% | - |
| HSV(B) | 190º | 0.22% | 0.73% | - |
| XYZ | 36.97 | 42.25 | 53.22 | - |
| YUV | 170.33 | 137.4 | 109.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 180 | 187 | 0.22 | 0.04 | 0 | 0.27 | 190 | 0.24 | 0.65 |
| Hex | 91 | B4 | BB | 16 | 4 | 0 | 1B | BE | 18 | 41 |
| Octal | 221 | 264 | 273 | 26 | 4 | 0 | 33 | 276 | 30 | 101 |
| Binary | 10010001 | 10110100 | 10111011 | 10110 | 100 | 0 | 11011 | 10111110 | 11000 | 1000001 |
Color Harmonies of #91B4BB
Complementary color
Monochromatic Colors of #91B4BB
Black with #91B4BB
Text Example
Text Example
White with #91B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B4BB; }
p { color: rgb(145,180,187); }
H1.HeaderClassName
{
color: #91B4BB;
}
.AnyTagClassName
{
color: #91B4BB;
}
</style>
background-color css
<style>
a { background-color: #91B4BB; }
a { background-color: rgb(145,180,187); }
div.DivClassName
{
background-color: #91B4BB;
}
.BgClassName
{
background-color: #91B4BB;
}
</style>
border-color css
<style>
span { border-color: #91B4BB; }
span { border-color: rgb(145,180,187); }
td.TdClassName
{
border-color: #91B4BB;
}
.TagClassName
{
border-color: #91B4BB;
}
</style>