Shades of Botticelli #90BAC0
Tints of Botticelli #90BAC0
RGB
CMYK
RGB Variations
Color information
#90BAC0 (or 0x90BAC0) is known color: Botticelli. HEX triplet: 90, BA and C0. RGB value is (144,186,192). Sum of RGB (Red+Green+Blue) = 144+186+192=522 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.59% from 522); Green value is 186 (73.05% from 255 or 35.63% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 192 - color contains mainly: blue. Hex color #90BAC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC0 is #6F453F. Grayscale: #AEAEAE. Windows color (decimal): -7292224 or 12630672. OLE color: 12630672.
HSL color Cylindrical-coordinate representation of color #90BAC0: hue angle of 187.5º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BAC0 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 186 | 192 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.25 |
| HSL | 187.5º | 0.28% | 0.66% | - |
| HSV(B) | 187.5º | 0.25% | 0.75% | - |
| XYZ | 38.57 | 44.85 | 56.49 | - |
| YUV | 174.13 | 138.09 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 192 | 0.25 | 0.03 | 0 | 0.25 | 187.5 | 0.28 | 0.66 |
| Hex | 90 | BA | C0 | 19 | 3 | 0 | 19 | BC | 1C | 42 |
| Octal | 220 | 272 | 300 | 31 | 3 | 0 | 31 | 274 | 34 | 102 |
| Binary | 10010000 | 10111010 | 11000000 | 11001 | 11 | 0 | 11001 | 10111100 | 11100 | 1000010 |
Color Harmonies of #90BAC0
Complementary color
Monochromatic Colors of #90BAC0
Black with #90BAC0
Text Example
Text Example
White with #90BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAC0; }
p { color: rgb(144,186,192); }
H1.HeaderClassName
{
color: #90BAC0;
}
.AnyTagClassName
{
color: #90BAC0;
}
</style>
background-color css
<style>
a { background-color: #90BAC0; }
a { background-color: rgb(144,186,192); }
div.DivClassName
{
background-color: #90BAC0;
}
.BgClassName
{
background-color: #90BAC0;
}
</style>
border-color css
<style>
span { border-color: #90BAC0; }
span { border-color: rgb(144,186,192); }
td.TdClassName
{
border-color: #90BAC0;
}
.TagClassName
{
border-color: #90BAC0;
}
</style>