Shades of Botticelli #91B7BC
Tints of Botticelli #91B7BC
RGB
CMYK
RGB Variations
Color information
#91B7BC (or 0x91B7BC) is known color: Botticelli. HEX triplet: 91, B7 and BC. RGB value is (145,183,188). Sum of RGB (Red+Green+Blue) = 145+183+188=516 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.10% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 188 - color contains mainly: blue. Hex color #91B7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B7BC is #6E4843. Grayscale: #ACACAC. Windows color (decimal): -7227460 or 12367761. OLE color: 12367761.
HSL color Cylindrical-coordinate representation of color #91B7BC: hue angle of 186.98º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #91B7BC is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 183 | 188 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.26 |
| HSL | 186.98º | 0.24% | 0.65% | - |
| HSV(B) | 186.98º | 0.23% | 0.74% | - |
| XYZ | 37.69 | 43.52 | 53.99 | - |
| YUV | 172.21 | 136.91 | 108.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 183 | 188 | 0.23 | 0.03 | 0 | 0.26 | 186.98 | 0.24 | 0.65 |
| Hex | 91 | B7 | BC | 17 | 3 | 0 | 1A | BB | 18 | 41 |
| Octal | 221 | 267 | 274 | 27 | 3 | 0 | 32 | 273 | 30 | 101 |
| Binary | 10010001 | 10110111 | 10111100 | 10111 | 11 | 0 | 11010 | 10111011 | 11000 | 1000001 |
Color Harmonies of #91B7BC
Complementary color
Monochromatic Colors of #91B7BC
Black with #91B7BC
Text Example
Text Example
White with #91B7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B7BC; }
p { color: rgb(145,183,188); }
H1.HeaderClassName
{
color: #91B7BC;
}
.AnyTagClassName
{
color: #91B7BC;
}
</style>
background-color css
<style>
a { background-color: #91B7BC; }
a { background-color: rgb(145,183,188); }
div.DivClassName
{
background-color: #91B7BC;
}
.BgClassName
{
background-color: #91B7BC;
}
</style>
border-color css
<style>
span { border-color: #91B7BC; }
span { border-color: rgb(145,183,188); }
td.TdClassName
{
border-color: #91B7BC;
}
.TagClassName
{
border-color: #91B7BC;
}
</style>