Shades of Botticelli #91B3BC
Tints of Botticelli #91B3BC
RGB
CMYK
RGB Variations
Color information
#91B3BC (or 0x91B3BC) is known color: Botticelli. HEX triplet: 91, B3 and BC. RGB value is (145,179,188). Sum of RGB (Red+Green+Blue) = 145+179+188=512 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.32% from 512); Green value is 179 (70.31% from 255 or 34.96% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 188 - color contains mainly: blue. Hex color #91B3BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91B3BC is #6E4C43. Grayscale: #A9A9A9. Windows color (decimal): -7228484 or 12366737. OLE color: 12366737.
HSL color Cylindrical-coordinate representation of color #91B3BC: hue angle of 192.56º 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 #91B3BC is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 179 | 188 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.26 |
| HSL | 192.56º | 0.24% | 0.65% | - |
| HSV(B) | 192.56º | 0.23% | 0.74% | - |
| XYZ | 36.87 | 41.89 | 53.72 | - |
| YUV | 169.86 | 138.24 | 110.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 179 | 188 | 0.23 | 0.05 | 0 | 0.26 | 192.56 | 0.24 | 0.65 |
| Hex | 91 | B3 | BC | 17 | 5 | 0 | 1A | C1 | 18 | 41 |
| Octal | 221 | 263 | 274 | 27 | 5 | 0 | 32 | 301 | 30 | 101 |
| Binary | 10010001 | 10110011 | 10111100 | 10111 | 101 | 0 | 11010 | 11000001 | 11000 | 1000001 |
Color Harmonies of #91B3BC
Complementary color
Monochromatic Colors of #91B3BC
Black with #91B3BC
Text Example
Text Example
White with #91B3BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91B3BC; }
p { color: rgb(145,179,188); }
H1.HeaderClassName
{
color: #91B3BC;
}
.AnyTagClassName
{
color: #91B3BC;
}
</style>
background-color css
<style>
a { background-color: #91B3BC; }
a { background-color: rgb(145,179,188); }
div.DivClassName
{
background-color: #91B3BC;
}
.BgClassName
{
background-color: #91B3BC;
}
</style>
border-color css
<style>
span { border-color: #91B3BC; }
span { border-color: rgb(145,179,188); }
td.TdClassName
{
border-color: #91B3BC;
}
.TagClassName
{
border-color: #91B3BC;
}
</style>