Shades of Botticelli #90ADB6
Tints of Botticelli #90ADB6
RGB
CMYK
RGB Variations
Color information
#90ADB6 (or 0x90ADB6) is known color: Botticelli. HEX triplet: 90, AD and B6. RGB value is (144,173,182). Sum of RGB (Red+Green+Blue) = 144+173+182=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 182 (71.48% from 255 or 36.47% from 499); Max value from RGB is 182 - color contains mainly: blue. Hex color #90ADB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ADB6 is #6F5249. Grayscale: #A5A5A5. Windows color (decimal): -7295562 or 11971984. OLE color: 11971984.
HSL color Cylindrical-coordinate representation of color #90ADB6: hue angle of 194.21º degrees, saturation: 0.21, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #90ADB6 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 173 | 182 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.29 |
| HSL | 194.21º | 0.21% | 0.64% | - |
| HSV(B) | 194.21º | 0.21% | 0.71% | - |
| XYZ | 34.89 | 39.19 | 49.98 | - |
| YUV | 165.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 173 | 182 | 0.21 | 0.05 | 0 | 0.29 | 194.21 | 0.21 | 0.64 |
| Hex | 90 | AD | B6 | 15 | 5 | 0 | 1D | C2 | 15 | 40 |
| Octal | 220 | 255 | 266 | 25 | 5 | 0 | 35 | 302 | 25 | 100 |
| Binary | 10010000 | 10101101 | 10110110 | 10101 | 101 | 0 | 11101 | 11000010 | 10101 | 1000000 |
Color Harmonies of #90ADB6
Complementary color
Monochromatic Colors of #90ADB6
Black with #90ADB6
Text Example
Text Example
White with #90ADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ADB6; }
p { color: rgb(144,173,182); }
H1.HeaderClassName
{
color: #90ADB6;
}
.AnyTagClassName
{
color: #90ADB6;
}
</style>
background-color css
<style>
a { background-color: #90ADB6; }
a { background-color: rgb(144,173,182); }
div.DivClassName
{
background-color: #90ADB6;
}
.BgClassName
{
background-color: #90ADB6;
}
</style>
border-color css
<style>
span { border-color: #90ADB6; }
span { border-color: rgb(144,173,182); }
td.TdClassName
{
border-color: #90ADB6;
}
.TagClassName
{
border-color: #90ADB6;
}
</style>