Shades of Botticelli #91BCCA
Tints of Botticelli #91BCCA
RGB
CMYK
RGB Variations
Color information
#91BCCA (or 0x91BCCA) is known color: Botticelli. HEX triplet: 91, BC and CA. RGB value is (145,188,202). Sum of RGB (Red+Green+Blue) = 145+188+202=535 (70% of max value = 765). Red value is 145 (57.03% from 255 or 27.10% from 535); Green value is 188 (73.83% from 255 or 35.14% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #91BCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #91BCCA is #6E4335. Grayscale: #B0B0B0. Windows color (decimal): -7226166 or 13286545. OLE color: 13286545.
HSL color Cylindrical-coordinate representation of color #91BCCA: hue angle of 194.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #91BCCA is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 188 | 202 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.21 |
| HSL | 194.74º | 0.35% | 0.68% | - |
| HSV(B) | 194.74º | 0.28% | 0.79% | - |
| XYZ | 40.32 | 46.25 | 62.68 | - |
| YUV | 176.74 | 142.25 | 105.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 188 | 202 | 0.28 | 0.07 | 0 | 0.21 | 194.74 | 0.35 | 0.68 |
| Hex | 91 | BC | CA | 1C | 7 | 0 | 15 | C3 | 23 | 44 |
| Octal | 221 | 274 | 312 | 34 | 7 | 0 | 25 | 303 | 43 | 104 |
| Binary | 10010001 | 10111100 | 11001010 | 11100 | 111 | 0 | 10101 | 11000011 | 100011 | 1000100 |
Color Harmonies of #91BCCA
Complementary color
Monochromatic Colors of #91BCCA
Black with #91BCCA
Text Example
Text Example
White with #91BCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91BCCA; }
p { color: rgb(145,188,202); }
H1.HeaderClassName
{
color: #91BCCA;
}
.AnyTagClassName
{
color: #91BCCA;
}
</style>
background-color css
<style>
a { background-color: #91BCCA; }
a { background-color: rgb(145,188,202); }
div.DivClassName
{
background-color: #91BCCA;
}
.BgClassName
{
background-color: #91BCCA;
}
</style>
border-color css
<style>
span { border-color: #91BCCA; }
span { border-color: rgb(145,188,202); }
td.TdClassName
{
border-color: #91BCCA;
}
.TagClassName
{
border-color: #91BCCA;
}
</style>