Shades of Botticelli #91AAB4
Tints of Botticelli #91AAB4
RGB
CMYK
RGB Variations
Color information
#91AAB4 (or 0x91AAB4) is known color: Botticelli. HEX triplet: 91, AA and B4. RGB value is (145,170,180). Sum of RGB (Red+Green+Blue) = 145+170+180=495 (65% of max value = 765). Red value is 145 (57.03% from 255 or 29.29% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 180 (70.70% from 255 or 36.36% from 495); Max value from RGB is 180 - color contains mainly: blue. Hex color #91AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91AAB4 is #6E554B. Grayscale: #A3A3A3. Windows color (decimal): -7230796 or 11840145. OLE color: 11840145.
HSL color Cylindrical-coordinate representation of color #91AAB4: hue angle of 197.14º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #91AAB4 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 170 | 180 | - |
| CMYK | 0.19 | 0.06 | 0 | 0.29 |
| HSL | 197.14º | 0.19% | 0.64% | - |
| HSV(B) | 197.14º | 0.19% | 0.71% | - |
| XYZ | 34.29 | 38.06 | 48.72 | - |
| YUV | 163.67 | 137.22 | 114.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 170 | 180 | 0.19 | 0.06 | 0 | 0.29 | 197.14 | 0.19 | 0.64 |
| Hex | 91 | AA | B4 | 13 | 6 | 0 | 1D | C5 | 13 | 40 |
| Octal | 221 | 252 | 264 | 23 | 6 | 0 | 35 | 305 | 23 | 100 |
| Binary | 10010001 | 10101010 | 10110100 | 10011 | 110 | 0 | 11101 | 11000101 | 10011 | 1000000 |
Color Harmonies of #91AAB4
Complementary color
Monochromatic Colors of #91AAB4
Black with #91AAB4
Text Example
Text Example
White with #91AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91AAB4; }
p { color: rgb(145,170,180); }
H1.HeaderClassName
{
color: #91AAB4;
}
.AnyTagClassName
{
color: #91AAB4;
}
</style>
background-color css
<style>
a { background-color: #91AAB4; }
a { background-color: rgb(145,170,180); }
div.DivClassName
{
background-color: #91AAB4;
}
.BgClassName
{
background-color: #91AAB4;
}
</style>
border-color css
<style>
span { border-color: #91AAB4; }
span { border-color: rgb(145,170,180); }
td.TdClassName
{
border-color: #91AAB4;
}
.TagClassName
{
border-color: #91AAB4;
}
</style>