Shades of Botticelli #90ABAD
Tints of Botticelli #90ABAD
RGB
CMYK
RGB Variations
Color information
#90ABAD (or 0x90ABAD) is known color: Botticelli. HEX triplet: 90, AB and AD. RGB value is (144,171,173). Sum of RGB (Red+Green+Blue) = 144+171+173=488 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.51% from 488); Green value is 171 (67.19% from 255 or 35.04% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 173 - color contains mainly: blue. Hex color #90ABAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90ABAD is #6F5452. Grayscale: #A3A3A3. Windows color (decimal): -7296083 or 11381648. OLE color: 11381648.
HSL color Cylindrical-coordinate representation of color #90ABAD: hue angle of 184.14º degrees, saturation: 0.15, 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 #90ABAD is Cyan = 0.17, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 144 | 171 | 173 | - |
| CMYK | 0.17 | 0.01 | 0 | 0.32 |
| HSL | 184.14º | 0.15% | 0.62% | - |
| HSV(B) | 184.14º | 0.17% | 0.68% | - |
| XYZ | 33.61 | 38.07 | 45.11 | - |
| YUV | 163.16 | 133.55 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 171 | 173 | 0.17 | 0.01 | 0 | 0.32 | 184.14 | 0.15 | 0.62 |
| Hex | 90 | AB | AD | 11 | 1 | 0 | 20 | B8 | F | 3E |
| Octal | 220 | 253 | 255 | 21 | 1 | 0 | 40 | 270 | 17 | 76 |
| Binary | 10010000 | 10101011 | 10101101 | 10001 | 1 | 0 | 100000 | 10111000 | 1111 | 111110 |
Color Harmonies of #90ABAD
Complementary color
Monochromatic Colors of #90ABAD
Black with #90ABAD
Text Example
Text Example
White with #90ABAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ABAD; }
p { color: rgb(144,171,173); }
H1.HeaderClassName
{
color: #90ABAD;
}
.AnyTagClassName
{
color: #90ABAD;
}
</style>
background-color css
<style>
a { background-color: #90ABAD; }
a { background-color: rgb(144,171,173); }
div.DivClassName
{
background-color: #90ABAD;
}
.BgClassName
{
background-color: #90ABAD;
}
</style>
border-color css
<style>
span { border-color: #90ABAD; }
span { border-color: rgb(144,171,173); }
td.TdClassName
{
border-color: #90ABAD;
}
.TagClassName
{
border-color: #90ABAD;
}
</style>