Shades of Botticelli #91BAC5
Tints of Botticelli #91BAC5
RGB
CMYK
RGB Variations
Color information
#91BAC5 (or 0x91BAC5) is known color: Botticelli. HEX triplet: 91, BA and C5. RGB value is (145,186,197). Sum of RGB (Red+Green+Blue) = 145+186+197=528 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.46% from 528); Green value is 186 (73.05% from 255 or 35.23% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #91BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BAC5 is #6E453A. Grayscale: #AEAEAE. Windows color (decimal): -7226683 or 12958353. OLE color: 12958353.
HSL color Cylindrical-coordinate representation of color #91BAC5: hue angle of 192.69º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91BAC5 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 145 | 186 | 197 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.23 |
| HSL | 192.69º | 0.31% | 0.67% | - |
| HSV(B) | 192.69º | 0.26% | 0.77% | - |
| XYZ | 39.31 | 45.17 | 59.47 | - |
| YUV | 175 | 140.42 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 197 | 0.26 | 0.06 | 0 | 0.23 | 192.69 | 0.31 | 0.67 |
| Hex | 91 | BA | C5 | 1A | 6 | 0 | 17 | C1 | 1F | 43 |
| Octal | 221 | 272 | 305 | 32 | 6 | 0 | 27 | 301 | 37 | 103 |
| Binary | 10010001 | 10111010 | 11000101 | 11010 | 110 | 0 | 10111 | 11000001 | 11111 | 1000011 |
Color Harmonies of #91BAC5
Complementary color
Monochromatic Colors of #91BAC5
Black with #91BAC5
Text Example
Text Example
White with #91BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BAC5; }
p { color: rgb(145,186,197); }
H1.HeaderClassName
{
color: #91BAC5;
}
.AnyTagClassName
{
color: #91BAC5;
}
</style>
background-color css
<style>
a { background-color: #91BAC5; }
a { background-color: rgb(145,186,197); }
div.DivClassName
{
background-color: #91BAC5;
}
.BgClassName
{
background-color: #91BAC5;
}
</style>
border-color css
<style>
span { border-color: #91BAC5; }
span { border-color: rgb(145,186,197); }
td.TdClassName
{
border-color: #91BAC5;
}
.TagClassName
{
border-color: #91BAC5;
}
</style>