Shades of Botticelli #90ADB7
Tints of Botticelli #90ADB7
RGB
CMYK
RGB Variations
Color information
#90ADB7 (or 0x90ADB7) is known color: Botticelli. HEX triplet: 90, AD and B7. RGB value is (144,173,183). Sum of RGB (Red+Green+Blue) = 144+173+183=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 183 (71.88% from 255 or 36.6% from 500); Max value from RGB is 183 - color contains mainly: blue. Hex color #90ADB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADB7 is #6F5248. Grayscale: #A5A5A5. Windows color (decimal): -7295561 or 12037520. OLE color: 12037520.
HSL color Cylindrical-coordinate representation of color #90ADB7: hue angle of 195.38º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90ADB7 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 173 | 183 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.28 |
| HSL | 195.38º | 0.21% | 0.64% | - |
| HSV(B) | 195.38º | 0.21% | 0.72% | - |
| XYZ | 34.99 | 39.24 | 50.53 | - |
| YUV | 165.47 | 137.89 | 112.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 183 | 0.21 | 0.05 | 0 | 0.28 | 195.38 | 0.21 | 0.64 |
| Hex | 90 | AD | B7 | 15 | 5 | 0 | 1C | C3 | 15 | 40 |
| Octal | 220 | 255 | 267 | 25 | 5 | 0 | 34 | 303 | 25 | 100 |
| Binary | 10010000 | 10101101 | 10110111 | 10101 | 101 | 0 | 11100 | 11000011 | 10101 | 1000000 |
Color Harmonies of #90ADB7
Complementary color
Monochromatic Colors of #90ADB7
Black with #90ADB7
Text Example
Text Example
White with #90ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADB7; }
p { color: rgb(144,173,183); }
H1.HeaderClassName
{
color: #90ADB7;
}
.AnyTagClassName
{
color: #90ADB7;
}
</style>
background-color css
<style>
a { background-color: #90ADB7; }
a { background-color: rgb(144,173,183); }
div.DivClassName
{
background-color: #90ADB7;
}
.BgClassName
{
background-color: #90ADB7;
}
</style>
border-color css
<style>
span { border-color: #90ADB7; }
span { border-color: rgb(144,173,183); }
td.TdClassName
{
border-color: #90ADB7;
}
.TagClassName
{
border-color: #90ADB7;
}
</style>