Shades of Botticelli #91BAC0
Tints of Botticelli #91BAC0
RGB
CMYK
RGB Variations
Color information
#91BAC0 (or 0x91BAC0) is known color: Botticelli. HEX triplet: 91, BA and C0. RGB value is (145,186,192). Sum of RGB (Red+Green+Blue) = 145+186+192=523 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.72% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 192 (75.39% from 255 or 36.71% from 523); Max value from RGB is 192 - color contains mainly: blue. Hex color #91BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BAC0 is #6E453F. Grayscale: #AEAEAE. Windows color (decimal): -7226688 or 12630673. OLE color: 12630673.
HSL color Cylindrical-coordinate representation of color #91BAC0: hue angle of 187.66º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #91BAC0 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 186 | 192 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.25 |
| HSL | 187.66º | 0.27% | 0.66% | - |
| HSV(B) | 187.66º | 0.24% | 0.75% | - |
| XYZ | 38.75 | 44.94 | 56.5 | - |
| YUV | 174.43 | 137.92 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 186 | 192 | 0.24 | 0.03 | 0 | 0.25 | 187.66 | 0.27 | 0.66 |
| Hex | 91 | BA | C0 | 18 | 3 | 0 | 19 | BC | 1B | 42 |
| Octal | 221 | 272 | 300 | 30 | 3 | 0 | 31 | 274 | 33 | 102 |
| Binary | 10010001 | 10111010 | 11000000 | 11000 | 11 | 0 | 11001 | 10111100 | 11011 | 1000010 |
Color Harmonies of #91BAC0
Complementary color
Monochromatic Colors of #91BAC0
Black with #91BAC0
Text Example
Text Example
White with #91BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BAC0; }
p { color: rgb(145,186,192); }
H1.HeaderClassName
{
color: #91BAC0;
}
.AnyTagClassName
{
color: #91BAC0;
}
</style>
background-color css
<style>
a { background-color: #91BAC0; }
a { background-color: rgb(145,186,192); }
div.DivClassName
{
background-color: #91BAC0;
}
.BgClassName
{
background-color: #91BAC0;
}
</style>
border-color css
<style>
span { border-color: #91BAC0; }
span { border-color: rgb(145,186,192); }
td.TdClassName
{
border-color: #91BAC0;
}
.TagClassName
{
border-color: #91BAC0;
}
</style>