Shades of Botticelli #91ACB8
Tints of Botticelli #91ACB8
RGB
CMYK
RGB Variations
Color information
#91ACB8 (or 0x91ACB8) is known color: Botticelli. HEX triplet: 91, AC and B8. RGB value is (145,172,184). Sum of RGB (Red+Green+Blue) = 145+172+184=501 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.94% from 501); Green value is 172 (67.58% from 255 or 34.33% from 501); Blue value is 184 (72.27% from 255 or 36.73% from 501); Max value from RGB is 184 - color contains mainly: blue. Hex color #91ACB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ACB8 is #6E5347. Grayscale: #A5A5A5. Windows color (decimal): -7230280 or 12102801. OLE color: 12102801.
HSL color Cylindrical-coordinate representation of color #91ACB8: hue angle of 198.46º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #91ACB8 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 172 | 184 | - |
| CMYK | 0.21 | 0.07 | 0 | 0.28 |
| HSL | 198.46º | 0.22% | 0.65% | - |
| HSV(B) | 198.46º | 0.21% | 0.72% | - |
| XYZ | 35.08 | 38.99 | 51.02 | - |
| YUV | 165.3 | 138.55 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 172 | 184 | 0.21 | 0.07 | 0 | 0.28 | 198.46 | 0.22 | 0.65 |
| Hex | 91 | AC | B8 | 15 | 7 | 0 | 1C | C6 | 16 | 41 |
| Octal | 221 | 254 | 270 | 25 | 7 | 0 | 34 | 306 | 26 | 101 |
| Binary | 10010001 | 10101100 | 10111000 | 10101 | 111 | 0 | 11100 | 11000110 | 10110 | 1000001 |
Color Harmonies of #91ACB8
Complementary color
Monochromatic Colors of #91ACB8
Black with #91ACB8
Text Example
Text Example
White with #91ACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ACB8; }
p { color: rgb(145,172,184); }
H1.HeaderClassName
{
color: #91ACB8;
}
.AnyTagClassName
{
color: #91ACB8;
}
</style>
background-color css
<style>
a { background-color: #91ACB8; }
a { background-color: rgb(145,172,184); }
div.DivClassName
{
background-color: #91ACB8;
}
.BgClassName
{
background-color: #91ACB8;
}
</style>
border-color css
<style>
span { border-color: #91ACB8; }
span { border-color: rgb(145,172,184); }
td.TdClassName
{
border-color: #91ACB8;
}
.TagClassName
{
border-color: #91ACB8;
}
</style>