Shades of Botticelli #90AAAE
Tints of Botticelli #90AAAE
RGB
CMYK
RGB Variations
Color information
#90AAAE (or 0x90AAAE) is known color: Botticelli. HEX triplet: 90, AA and AE. RGB value is (144,170,174). Sum of RGB (Red+Green+Blue) = 144+170+174=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 174 (68.36% from 255 or 35.66% from 488); Max value from RGB is 174 - color contains mainly: blue. Hex color #90AAAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90AAAE is #6F5551. Grayscale: #A2A2A2. Windows color (decimal): -7296338 or 11446928. OLE color: 11446928.
HSL color Cylindrical-coordinate representation of color #90AAAE: hue angle of 188º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #90AAAE is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 170 | 174 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.32 |
| HSL | 188º | 0.16% | 0.62% | - |
| HSV(B) | 188º | 0.17% | 0.68% | - |
| XYZ | 33.52 | 37.73 | 45.56 | - |
| YUV | 162.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 170 | 174 | 0.17 | 0.02 | 0 | 0.32 | 188 | 0.16 | 0.62 |
| Hex | 90 | AA | AE | 11 | 2 | 0 | 20 | BC | 10 | 3E |
| Octal | 220 | 252 | 256 | 21 | 2 | 0 | 40 | 274 | 20 | 76 |
| Binary | 10010000 | 10101010 | 10101110 | 10001 | 10 | 0 | 100000 | 10111100 | 10000 | 111110 |
Color Harmonies of #90AAAE
Complementary color
Monochromatic Colors of #90AAAE
Black with #90AAAE
Text Example
Text Example
White with #90AAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90AAAE; }
p { color: rgb(144,170,174); }
H1.HeaderClassName
{
color: #90AAAE;
}
.AnyTagClassName
{
color: #90AAAE;
}
</style>
background-color css
<style>
a { background-color: #90AAAE; }
a { background-color: rgb(144,170,174); }
div.DivClassName
{
background-color: #90AAAE;
}
.BgClassName
{
background-color: #90AAAE;
}
</style>
border-color css
<style>
span { border-color: #90AAAE; }
span { border-color: rgb(144,170,174); }
td.TdClassName
{
border-color: #90AAAE;
}
.TagClassName
{
border-color: #90AAAE;
}
</style>