Shades of Botticelli #91BEC0
Tints of Botticelli #91BEC0
RGB
CMYK
RGB Variations
Color information
#91BEC0 (or 0x91BEC0) is known color: Botticelli. HEX triplet: 91, BE and C0. RGB value is (145,190,192). Sum of RGB (Red+Green+Blue) = 145+190+192=527 (69% of max value = 765). Red value is 145 (57.03% from 255 or 27.51% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 192 (75.39% from 255 or 36.43% from 527); Max value from RGB is 192 - color contains mainly: blue. Hex color #91BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BEC0 is #6E413F. Grayscale: #B0B0B0. Windows color (decimal): -7225664 or 12631697. OLE color: 12631697.
HSL color Cylindrical-coordinate representation of color #91BEC0: hue angle of 182.55º 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 #91BEC0 is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 190 | 192 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.25 |
| HSL | 182.55º | 0.27% | 0.66% | - |
| HSV(B) | 182.55º | 0.24% | 0.75% | - |
| XYZ | 39.6 | 46.65 | 56.79 | - |
| YUV | 176.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 192 | 0.24 | 0.01 | 0 | 0.25 | 182.55 | 0.27 | 0.66 |
| Hex | 91 | BE | C0 | 18 | 1 | 0 | 19 | B7 | 1B | 42 |
| Octal | 221 | 276 | 300 | 30 | 1 | 0 | 31 | 267 | 33 | 102 |
| Binary | 10010001 | 10111110 | 11000000 | 11000 | 1 | 0 | 11001 | 10110111 | 11011 | 1000010 |
Color Harmonies of #91BEC0
Complementary color
Monochromatic Colors of #91BEC0
Black with #91BEC0
Text Example
Text Example
White with #91BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BEC0; }
p { color: rgb(145,190,192); }
H1.HeaderClassName
{
color: #91BEC0;
}
.AnyTagClassName
{
color: #91BEC0;
}
</style>
background-color css
<style>
a { background-color: #91BEC0; }
a { background-color: rgb(145,190,192); }
div.DivClassName
{
background-color: #91BEC0;
}
.BgClassName
{
background-color: #91BEC0;
}
</style>
border-color css
<style>
span { border-color: #91BEC0; }
span { border-color: rgb(145,190,192); }
td.TdClassName
{
border-color: #91BEC0;
}
.TagClassName
{
border-color: #91BEC0;
}
</style>