Shades of Botticelli #91ADB8
Tints of Botticelli #91ADB8
RGB
CMYK
RGB Variations
Color information
#91ADB8 (or 0x91ADB8) is known color: Botticelli. HEX triplet: 91, AD and B8. RGB value is (145,173,184). Sum of RGB (Red+Green+Blue) = 145+173+184=502 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.88% from 502); Green value is 173 (67.97% from 255 or 34.46% from 502); Blue value is 184 (72.27% from 255 or 36.65% from 502); Max value from RGB is 184 - color contains mainly: blue. Hex color #91ADB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #91ADB8 is #6E5247. Grayscale: #A5A5A5. Windows color (decimal): -7230024 or 12103057. OLE color: 12103057.
HSL color Cylindrical-coordinate representation of color #91ADB8: hue angle of 196.92º 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 #91ADB8 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 173 | 184 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.28 |
| HSL | 196.92º | 0.22% | 0.65% | - |
| HSV(B) | 196.92º | 0.21% | 0.72% | - |
| XYZ | 35.27 | 39.37 | 51.09 | - |
| YUV | 165.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 173 | 184 | 0.21 | 0.06 | 0 | 0.28 | 196.92 | 0.22 | 0.65 |
| Hex | 91 | AD | B8 | 15 | 6 | 0 | 1C | C5 | 16 | 41 |
| Octal | 221 | 255 | 270 | 25 | 6 | 0 | 34 | 305 | 26 | 101 |
| Binary | 10010001 | 10101101 | 10111000 | 10101 | 110 | 0 | 11100 | 11000101 | 10110 | 1000001 |
Color Harmonies of #91ADB8
Complementary color
Monochromatic Colors of #91ADB8
Black with #91ADB8
Text Example
Text Example
White with #91ADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91ADB8; }
p { color: rgb(145,173,184); }
H1.HeaderClassName
{
color: #91ADB8;
}
.AnyTagClassName
{
color: #91ADB8;
}
</style>
background-color css
<style>
a { background-color: #91ADB8; }
a { background-color: rgb(145,173,184); }
div.DivClassName
{
background-color: #91ADB8;
}
.BgClassName
{
background-color: #91ADB8;
}
</style>
border-color css
<style>
span { border-color: #91ADB8; }
span { border-color: rgb(145,173,184); }
td.TdClassName
{
border-color: #91ADB8;
}
.TagClassName
{
border-color: #91ADB8;
}
</style>