Shades of Botticelli #90A3AB
Tints of Botticelli #90A3AB
RGB
CMYK
RGB Variations
Color information
#90A3AB (or 0x90A3AB) is known color: Botticelli. HEX triplet: 90, A3 and AB. RGB value is (144,163,171). Sum of RGB (Red+Green+Blue) = 144+163+171=478 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.13% from 478); Green value is 163 (64.06% from 255 or 34.10% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #90A3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90A3AB is #6F5C54. Grayscale: #9E9E9E. Windows color (decimal): -7298133 or 11248528. OLE color: 11248528.
HSL color Cylindrical-coordinate representation of color #90A3AB: hue angle of 197.78º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #90A3AB is Cyan = 0.16, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 144 | 163 | 171 | - |
| CMYK | 0.16 | 0.05 | 0 | 0.33 |
| HSL | 197.78º | 0.14% | 0.62% | - |
| HSV(B) | 197.78º | 0.16% | 0.67% | - |
| XYZ | 31.95 | 35.06 | 43.61 | - |
| YUV | 158.23 | 135.21 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 163 | 171 | 0.16 | 0.05 | 0 | 0.33 | 197.78 | 0.14 | 0.62 |
| Hex | 90 | A3 | AB | 10 | 5 | 0 | 21 | C6 | E | 3E |
| Octal | 220 | 243 | 253 | 20 | 5 | 0 | 41 | 306 | 16 | 76 |
| Binary | 10010000 | 10100011 | 10101011 | 10000 | 101 | 0 | 100001 | 11000110 | 1110 | 111110 |
Color Harmonies of #90A3AB
Complementary color
Monochromatic Colors of #90A3AB
Black with #90A3AB
Text Example
Text Example
White with #90A3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90A3AB; }
p { color: rgb(144,163,171); }
H1.HeaderClassName
{
color: #90A3AB;
}
.AnyTagClassName
{
color: #90A3AB;
}
</style>
background-color css
<style>
a { background-color: #90A3AB; }
a { background-color: rgb(144,163,171); }
div.DivClassName
{
background-color: #90A3AB;
}
.BgClassName
{
background-color: #90A3AB;
}
</style>
border-color css
<style>
span { border-color: #90A3AB; }
span { border-color: rgb(144,163,171); }
td.TdClassName
{
border-color: #90A3AB;
}
.TagClassName
{
border-color: #90A3AB;
}
</style>