Shades of Botticelli #91BAC1
Tints of Botticelli #91BAC1
RGB
CMYK
RGB Variations
Color information
#91BAC1 (or 0x91BAC1) is known color: Botticelli. HEX triplet: 91, BA and C1. RGB value is (145,186,193). Sum of RGB (Red+Green+Blue) = 145+186+193=524 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.67% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 193 (75.78% from 255 or 36.83% from 524); Max value from RGB is 193 - color contains mainly: blue. Hex color #91BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BAC1 is #6E453E. Grayscale: #AEAEAE. Windows color (decimal): -7226687 or 12696209. OLE color: 12696209.
HSL color Cylindrical-coordinate representation of color #91BAC1: hue angle of 188.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #91BAC1 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 186 | 193 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.24 |
| HSL | 188.75º | 0.28% | 0.66% | - |
| HSV(B) | 188.75º | 0.25% | 0.76% | - |
| XYZ | 38.86 | 44.99 | 57.09 | - |
| YUV | 174.54 | 138.42 | 106.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 193 | 0.25 | 0.04 | 0 | 0.24 | 188.75 | 0.28 | 0.66 |
| Hex | 91 | BA | C1 | 19 | 4 | 0 | 18 | BD | 1C | 42 |
| Octal | 221 | 272 | 301 | 31 | 4 | 0 | 30 | 275 | 34 | 102 |
| Binary | 10010001 | 10111010 | 11000001 | 11001 | 100 | 0 | 11000 | 10111101 | 11100 | 1000010 |
Color Harmonies of #91BAC1
Complementary color
Monochromatic Colors of #91BAC1
Black with #91BAC1
Text Example
Text Example
White with #91BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BAC1; }
p { color: rgb(145,186,193); }
H1.HeaderClassName
{
color: #91BAC1;
}
.AnyTagClassName
{
color: #91BAC1;
}
</style>
background-color css
<style>
a { background-color: #91BAC1; }
a { background-color: rgb(145,186,193); }
div.DivClassName
{
background-color: #91BAC1;
}
.BgClassName
{
background-color: #91BAC1;
}
</style>
border-color css
<style>
span { border-color: #91BAC1; }
span { border-color: rgb(145,186,193); }
td.TdClassName
{
border-color: #91BAC1;
}
.TagClassName
{
border-color: #91BAC1;
}
</style>