Shades of Botticelli #90BAC5
Tints of Botticelli #90BAC5
RGB
CMYK
RGB Variations
Color information
#90BAC5 (or 0x90BAC5) is known color: Botticelli. HEX triplet: 90, BA and C5. RGB value is (144,186,197). Sum of RGB (Red+Green+Blue) = 144+186+197=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 186 (73.05% from 255 or 35.29% from 527); Blue value is 197 (77.34% from 255 or 37.38% from 527); Max value from RGB is 197 - color contains mainly: blue. Hex color #90BAC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC5 is #6F453A. Grayscale: #AEAEAE. Windows color (decimal): -7292219 or 12958352. OLE color: 12958352.
HSL color Cylindrical-coordinate representation of color #90BAC5: hue angle of 192.45º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BAC5 is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 186 | 197 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.23 |
| HSL | 192.45º | 0.31% | 0.67% | - |
| HSV(B) | 192.45º | 0.27% | 0.77% | - |
| XYZ | 39.14 | 45.08 | 59.46 | - |
| YUV | 174.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 197 | 0.27 | 0.06 | 0 | 0.23 | 192.45 | 0.31 | 0.67 |
| Hex | 90 | BA | C5 | 1B | 6 | 0 | 17 | C0 | 1F | 43 |
| Octal | 220 | 272 | 305 | 33 | 6 | 0 | 27 | 300 | 37 | 103 |
| Binary | 10010000 | 10111010 | 11000101 | 11011 | 110 | 0 | 10111 | 11000000 | 11111 | 1000011 |
Color Harmonies of #90BAC5
Complementary color
Monochromatic Colors of #90BAC5
Black with #90BAC5
Text Example
Text Example
White with #90BAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAC5; }
p { color: rgb(144,186,197); }
H1.HeaderClassName
{
color: #90BAC5;
}
.AnyTagClassName
{
color: #90BAC5;
}
</style>
background-color css
<style>
a { background-color: #90BAC5; }
a { background-color: rgb(144,186,197); }
div.DivClassName
{
background-color: #90BAC5;
}
.BgClassName
{
background-color: #90BAC5;
}
</style>
border-color css
<style>
span { border-color: #90BAC5; }
span { border-color: rgb(144,186,197); }
td.TdClassName
{
border-color: #90BAC5;
}
.TagClassName
{
border-color: #90BAC5;
}
</style>