Shades of Botticelli #90BAC1
Tints of Botticelli #90BAC1
RGB
CMYK
RGB Variations
Color information
#90BAC1 (or 0x90BAC1) is known color: Botticelli. HEX triplet: 90, BA and C1. RGB value is (144,186,193). Sum of RGB (Red+Green+Blue) = 144+186+193=523 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.53% from 523); Green value is 186 (73.05% from 255 or 35.56% from 523); Blue value is 193 (75.78% from 255 or 36.90% from 523); Max value from RGB is 193 - color contains mainly: blue. Hex color #90BAC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC1 is #6F453E. Grayscale: #AEAEAE. Windows color (decimal): -7292223 or 12696208. OLE color: 12696208.
HSL color Cylindrical-coordinate representation of color #90BAC1: hue angle of 188.57º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #90BAC1 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 186 | 193 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.24 |
| HSL | 188.57º | 0.28% | 0.66% | - |
| HSV(B) | 188.57º | 0.25% | 0.76% | - |
| XYZ | 38.69 | 44.9 | 57.08 | - |
| YUV | 174.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 193 | 0.25 | 0.04 | 0 | 0.24 | 188.57 | 0.28 | 0.66 |
| Hex | 90 | BA | C1 | 19 | 4 | 0 | 18 | BD | 1C | 42 |
| Octal | 220 | 272 | 301 | 31 | 4 | 0 | 30 | 275 | 34 | 102 |
| Binary | 10010000 | 10111010 | 11000001 | 11001 | 100 | 0 | 11000 | 10111101 | 11100 | 1000010 |
Color Harmonies of #90BAC1
Complementary color
Monochromatic Colors of #90BAC1
Black with #90BAC1
Text Example
Text Example
White with #90BAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAC1; }
p { color: rgb(144,186,193); }
H1.HeaderClassName
{
color: #90BAC1;
}
.AnyTagClassName
{
color: #90BAC1;
}
</style>
background-color css
<style>
a { background-color: #90BAC1; }
a { background-color: rgb(144,186,193); }
div.DivClassName
{
background-color: #90BAC1;
}
.BgClassName
{
background-color: #90BAC1;
}
</style>
border-color css
<style>
span { border-color: #90BAC1; }
span { border-color: rgb(144,186,193); }
td.TdClassName
{
border-color: #90BAC1;
}
.TagClassName
{
border-color: #90BAC1;
}
</style>