Shades of Botticelli #91BEC3
Tints of Botticelli #91BEC3
RGB
CMYK
RGB Variations
Color information
#91BEC3 (or 0x91BEC3) is known color: Botticelli. HEX triplet: 91, BE and C3. RGB value is (145,190,195). Sum of RGB (Red+Green+Blue) = 145+190+195=530 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.36% from 530); Green value is 190 (74.61% from 255 or 35.85% from 530); Blue value is 195 (76.56% from 255 or 36.79% from 530); Max value from RGB is 195 - color contains mainly: blue. Hex color #91BEC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BEC3 is #6E413C. Grayscale: #B1B1B1. Windows color (decimal): -7225661 or 12828305. OLE color: 12828305.
HSL color Cylindrical-coordinate representation of color #91BEC3: hue angle of 186º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #91BEC3 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 190 | 195 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.24 |
| HSL | 186º | 0.29% | 0.67% | - |
| HSV(B) | 186º | 0.26% | 0.76% | - |
| XYZ | 39.94 | 46.79 | 58.56 | - |
| YUV | 177.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 190 | 195 | 0.26 | 0.03 | 0 | 0.24 | 186 | 0.29 | 0.67 |
| Hex | 91 | BE | C3 | 1A | 3 | 0 | 18 | BA | 1D | 43 |
| Octal | 221 | 276 | 303 | 32 | 3 | 0 | 30 | 272 | 35 | 103 |
| Binary | 10010001 | 10111110 | 11000011 | 11010 | 11 | 0 | 11000 | 10111010 | 11101 | 1000011 |
Color Harmonies of #91BEC3
Complementary color
Monochromatic Colors of #91BEC3
Black with #91BEC3
Text Example
Text Example
White with #91BEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BEC3; }
p { color: rgb(145,190,195); }
H1.HeaderClassName
{
color: #91BEC3;
}
.AnyTagClassName
{
color: #91BEC3;
}
</style>
background-color css
<style>
a { background-color: #91BEC3; }
a { background-color: rgb(145,190,195); }
div.DivClassName
{
background-color: #91BEC3;
}
.BgClassName
{
background-color: #91BEC3;
}
</style>
border-color css
<style>
span { border-color: #91BEC3; }
span { border-color: rgb(145,190,195); }
td.TdClassName
{
border-color: #91BEC3;
}
.TagClassName
{
border-color: #91BEC3;
}
</style>