Shades of Botticelli #92AAAE
Tints of Botticelli #92AAAE
RGB
CMYK
RGB Variations
Color information
#92AAAE (or 0x92AAAE) is known color: Botticelli. HEX triplet: 92, AA and AE. RGB value is (146,170,174). Sum of RGB (Red+Green+Blue) = 146+170+174=490 (64% of max value = 765). Red value is 146 (57.42% from 255 or 29.80% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #92AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #92AAAE is #6D5551. Grayscale: #A3A3A3. Windows color (decimal): -7165266 or 11446930. OLE color: 11446930.
HSL color Cylindrical-coordinate representation of color #92AAAE: hue angle of 188.57º degrees, saturation: 0.15, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #92AAAE is Cyan = 0.16, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 170 | 174 | - |
| CMYK | 0.16 | 0.02 | 0 | 0.32 |
| HSL | 188.57º | 0.15% | 0.63% | - |
| HSV(B) | 188.57º | 0.16% | 0.68% | - |
| XYZ | 33.87 | 37.92 | 45.58 | - |
| YUV | 163.28 | 134.05 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 170 | 174 | 0.16 | 0.02 | 0 | 0.32 | 188.57 | 0.15 | 0.63 |
| Hex | 92 | AA | AE | 10 | 2 | 0 | 20 | BD | F | 3F |
| Octal | 222 | 252 | 256 | 20 | 2 | 0 | 40 | 275 | 17 | 77 |
| Binary | 10010010 | 10101010 | 10101110 | 10000 | 10 | 0 | 100000 | 10111101 | 1111 | 111111 |
Color Harmonies of #92AAAE
Complementary color
Monochromatic Colors of #92AAAE
Black with #92AAAE
Text Example
Text Example
White with #92AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92AAAE; }
p { color: rgb(146,170,174); }
H1.HeaderClassName
{
color: #92AAAE;
}
.AnyTagClassName
{
color: #92AAAE;
}
</style>
background-color css
<style>
a { background-color: #92AAAE; }
a { background-color: rgb(146,170,174); }
div.DivClassName
{
background-color: #92AAAE;
}
.BgClassName
{
background-color: #92AAAE;
}
</style>
border-color css
<style>
span { border-color: #92AAAE; }
span { border-color: rgb(146,170,174); }
td.TdClassName
{
border-color: #92AAAE;
}
.TagClassName
{
border-color: #92AAAE;
}
</style>