Shades of Botticelli #91B1BC
Tints of Botticelli #91B1BC
RGB
CMYK
RGB Variations
Color information
#91B1BC (or 0x91B1BC) is known color: Botticelli. HEX triplet: 91, B1 and BC. RGB value is (145,177,188). Sum of RGB (Red+Green+Blue) = 145+177+188=510 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.43% from 510); Green value is 177 (69.53% from 255 or 34.71% from 510); Blue value is 188 (73.83% from 255 or 36.86% from 510); Max value from RGB is 188 - color contains mainly: blue. Hex color #91B1BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91B1BC is #6E4E43. Grayscale: #A8A8A8. Windows color (decimal): -7228996 or 12366225. OLE color: 12366225.
HSL color Cylindrical-coordinate representation of color #91B1BC: hue angle of 195.35º 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 #91B1BC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 177 | 188 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.26 |
| HSL | 195.35º | 0.24% | 0.65% | - |
| HSV(B) | 195.35º | 0.23% | 0.74% | - |
| XYZ | 36.48 | 41.09 | 53.59 | - |
| YUV | 168.69 | 138.9 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 177 | 188 | 0.23 | 0.06 | 0 | 0.26 | 195.35 | 0.24 | 0.65 |
| Hex | 91 | B1 | BC | 17 | 6 | 0 | 1A | C3 | 18 | 41 |
| Octal | 221 | 261 | 274 | 27 | 6 | 0 | 32 | 303 | 30 | 101 |
| Binary | 10010001 | 10110001 | 10111100 | 10111 | 110 | 0 | 11010 | 11000011 | 11000 | 1000001 |
Color Harmonies of #91B1BC
Complementary color
Monochromatic Colors of #91B1BC
Black with #91B1BC
Text Example
Text Example
White with #91B1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B1BC; }
p { color: rgb(145,177,188); }
H1.HeaderClassName
{
color: #91B1BC;
}
.AnyTagClassName
{
color: #91B1BC;
}
</style>
background-color css
<style>
a { background-color: #91B1BC; }
a { background-color: rgb(145,177,188); }
div.DivClassName
{
background-color: #91B1BC;
}
.BgClassName
{
background-color: #91B1BC;
}
</style>
border-color css
<style>
span { border-color: #91B1BC; }
span { border-color: rgb(145,177,188); }
td.TdClassName
{
border-color: #91B1BC;
}
.TagClassName
{
border-color: #91B1BC;
}
</style>