Shades of Botticelli #90ACB6
Tints of Botticelli #90ACB6
RGB
CMYK
RGB Variations
Color information
#90ACB6 (or 0x90ACB6) is known color: Botticelli. HEX triplet: 90, AC and B6. RGB value is (144,172,182). Sum of RGB (Red+Green+Blue) = 144+172+182=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 172 (67.58% from 255 or 34.54% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 182 - color contains mainly: blue. Hex color #90ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90ACB6 is #6F5349. Grayscale: #A4A4A4. Windows color (decimal): -7295818 or 11971728. OLE color: 11971728.
HSL color Cylindrical-coordinate representation of color #90ACB6: hue angle of 195.79º 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 #90ACB6 is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 172 | 182 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.29 |
| HSL | 195.79º | 0.21% | 0.64% | - |
| HSV(B) | 195.79º | 0.21% | 0.71% | - |
| XYZ | 34.7 | 38.81 | 49.92 | - |
| YUV | 164.77 | 137.72 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 172 | 182 | 0.21 | 0.05 | 0 | 0.29 | 195.79 | 0.21 | 0.64 |
| Hex | 90 | AC | B6 | 15 | 5 | 0 | 1D | C4 | 15 | 40 |
| Octal | 220 | 254 | 266 | 25 | 5 | 0 | 35 | 304 | 25 | 100 |
| Binary | 10010000 | 10101100 | 10110110 | 10101 | 101 | 0 | 11101 | 11000100 | 10101 | 1000000 |
Color Harmonies of #90ACB6
Complementary color
Monochromatic Colors of #90ACB6
Black with #90ACB6
Text Example
Text Example
White with #90ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90ACB6; }
p { color: rgb(144,172,182); }
H1.HeaderClassName
{
color: #90ACB6;
}
.AnyTagClassName
{
color: #90ACB6;
}
</style>
background-color css
<style>
a { background-color: #90ACB6; }
a { background-color: rgb(144,172,182); }
div.DivClassName
{
background-color: #90ACB6;
}
.BgClassName
{
background-color: #90ACB6;
}
</style>
border-color css
<style>
span { border-color: #90ACB6; }
span { border-color: rgb(144,172,182); }
td.TdClassName
{
border-color: #90ACB6;
}
.TagClassName
{
border-color: #90ACB6;
}
</style>