Shades of Botticelli #90ADB4
Tints of Botticelli #90ADB4
RGB
CMYK
RGB Variations
Color information
#90ADB4 (or 0x90ADB4) is known color: Botticelli. HEX triplet: 90, AD and B4. RGB value is (144,173,180). Sum of RGB (Red+Green+Blue) = 144+173+180=497 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.97% from 497); Green value is 173 (67.97% from 255 or 34.81% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 180 - color contains mainly: blue. Hex color #90ADB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADB4 is #6F524B. Grayscale: #A5A5A5. Windows color (decimal): -7295564 or 11840912. OLE color: 11840912.
HSL color Cylindrical-coordinate representation of color #90ADB4: hue angle of 191.67º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #90ADB4 is Cyan = 0.2, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 173 | 180 | - |
| CMYK | 0.2 | 0.04 | 0 | 0.29 |
| HSL | 191.67º | 0.19% | 0.64% | - |
| HSV(B) | 191.67º | 0.2% | 0.71% | - |
| XYZ | 34.68 | 39.11 | 48.9 | - |
| YUV | 165.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 180 | 0.2 | 0.04 | 0 | 0.29 | 191.67 | 0.19 | 0.64 |
| Hex | 90 | AD | B4 | 14 | 4 | 0 | 1D | C0 | 13 | 40 |
| Octal | 220 | 255 | 264 | 24 | 4 | 0 | 35 | 300 | 23 | 100 |
| Binary | 10010000 | 10101101 | 10110100 | 10100 | 100 | 0 | 11101 | 11000000 | 10011 | 1000000 |
Color Harmonies of #90ADB4
Complementary color
Monochromatic Colors of #90ADB4
Black with #90ADB4
Text Example
Text Example
White with #90ADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADB4; }
p { color: rgb(144,173,180); }
H1.HeaderClassName
{
color: #90ADB4;
}
.AnyTagClassName
{
color: #90ADB4;
}
</style>
background-color css
<style>
a { background-color: #90ADB4; }
a { background-color: rgb(144,173,180); }
div.DivClassName
{
background-color: #90ADB4;
}
.BgClassName
{
background-color: #90ADB4;
}
</style>
border-color css
<style>
span { border-color: #90ADB4; }
span { border-color: rgb(144,173,180); }
td.TdClassName
{
border-color: #90ADB4;
}
.TagClassName
{
border-color: #90ADB4;
}
</style>