Shades of Botticelli #90BAC4
Tints of Botticelli #90BAC4
RGB
CMYK
RGB Variations
Color information
#90BAC4 (or 0x90BAC4) is known color: Botticelli. HEX triplet: 90, BA and C4. RGB value is (144,186,196). Sum of RGB (Red+Green+Blue) = 144+186+196=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 196 (76.95% from 255 or 37.26% from 526); Max value from RGB is 196 - color contains mainly: blue. Hex color #90BAC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC4 is #6F453B. Grayscale: #AEAEAE. Windows color (decimal): -7292220 or 12892816. OLE color: 12892816.
HSL color Cylindrical-coordinate representation of color #90BAC4: hue angle of 191.54º 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 #90BAC4 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 186 | 196 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.23 |
| HSL | 191.54º | 0.31% | 0.67% | - |
| HSV(B) | 191.54º | 0.27% | 0.77% | - |
| XYZ | 39.02 | 45.03 | 58.86 | - |
| YUV | 174.58 | 140.09 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 196 | 0.27 | 0.05 | 0 | 0.23 | 191.54 | 0.31 | 0.67 |
| Hex | 90 | BA | C4 | 1B | 5 | 0 | 17 | C0 | 1F | 43 |
| Octal | 220 | 272 | 304 | 33 | 5 | 0 | 27 | 300 | 37 | 103 |
| Binary | 10010000 | 10111010 | 11000100 | 11011 | 101 | 0 | 10111 | 11000000 | 11111 | 1000011 |
Color Harmonies of #90BAC4
Complementary color
Monochromatic Colors of #90BAC4
Black with #90BAC4
Text Example
Text Example
White with #90BAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAC4; }
p { color: rgb(144,186,196); }
H1.HeaderClassName
{
color: #90BAC4;
}
.AnyTagClassName
{
color: #90BAC4;
}
</style>
background-color css
<style>
a { background-color: #90BAC4; }
a { background-color: rgb(144,186,196); }
div.DivClassName
{
background-color: #90BAC4;
}
.BgClassName
{
background-color: #90BAC4;
}
</style>
border-color css
<style>
span { border-color: #90BAC4; }
span { border-color: rgb(144,186,196); }
td.TdClassName
{
border-color: #90BAC4;
}
.TagClassName
{
border-color: #90BAC4;
}
</style>