Shades of Botticelli #90ACB7
Tints of Botticelli #90ACB7
RGB
CMYK
RGB Variations
Color information
#90ACB7 (or 0x90ACB7) is known color: Botticelli. HEX triplet: 90, AC and B7. RGB value is (144,172,183). Sum of RGB (Red+Green+Blue) = 144+172+183=499 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.86% from 499); Green value is 172 (67.58% from 255 or 34.47% from 499); Blue value is 183 (71.88% from 255 or 36.67% from 499); Max value from RGB is 183 - color contains mainly: blue. Hex color #90ACB7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACB7 is #6F5348. Grayscale: #A4A4A4. Windows color (decimal): -7295817 or 12037264. OLE color: 12037264.
HSL color Cylindrical-coordinate representation of color #90ACB7: hue angle of 196.92º 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 #90ACB7 is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 144 | 172 | 183 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.28 |
| HSL | 196.92º | 0.21% | 0.64% | - |
| HSV(B) | 196.92º | 0.21% | 0.72% | - |
| XYZ | 34.8 | 38.85 | 50.46 | - |
| YUV | 164.88 | 138.22 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 183 | 0.21 | 0.06 | 0 | 0.28 | 196.92 | 0.21 | 0.64 |
| Hex | 90 | AC | B7 | 15 | 6 | 0 | 1C | C5 | 15 | 40 |
| Octal | 220 | 254 | 267 | 25 | 6 | 0 | 34 | 305 | 25 | 100 |
| Binary | 10010000 | 10101100 | 10110111 | 10101 | 110 | 0 | 11100 | 11000101 | 10101 | 1000000 |
Color Harmonies of #90ACB7
Complementary color
Monochromatic Colors of #90ACB7
Black with #90ACB7
Text Example
Text Example
White with #90ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACB7; }
p { color: rgb(144,172,183); }
H1.HeaderClassName
{
color: #90ACB7;
}
.AnyTagClassName
{
color: #90ACB7;
}
</style>
background-color css
<style>
a { background-color: #90ACB7; }
a { background-color: rgb(144,172,183); }
div.DivClassName
{
background-color: #90ACB7;
}
.BgClassName
{
background-color: #90ACB7;
}
</style>
border-color css
<style>
span { border-color: #90ACB7; }
span { border-color: rgb(144,172,183); }
td.TdClassName
{
border-color: #90ACB7;
}
.TagClassName
{
border-color: #90ACB7;
}
</style>