Shades of Botticelli #90BAC8
Tints of Botticelli #90BAC8
RGB
CMYK
RGB Variations
Color information
#90BAC8 (or 0x90BAC8) is known color: Botticelli. HEX triplet: 90, BA and C8. RGB value is (144,186,200). Sum of RGB (Red+Green+Blue) = 144+186+200=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 200 (78.52% from 255 or 37.74% from 530); Max value from RGB is 200 - color contains mainly: blue. Hex color #90BAC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BAC8 is #6F4537. Grayscale: #AEAEAE. Windows color (decimal): -7292216 or 13154960. OLE color: 13154960.
HSL color Cylindrical-coordinate representation of color #90BAC8: hue angle of 195º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #90BAC8 is Cyan = 0.28, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 186 | 200 | - |
| CMYK | 0.28 | 0.07 | 0 | 0.22 |
| HSL | 195º | 0.34% | 0.67% | - |
| HSV(B) | 195º | 0.28% | 0.78% | - |
| XYZ | 39.49 | 45.22 | 61.29 | - |
| YUV | 175.04 | 142.09 | 105.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 186 | 200 | 0.28 | 0.07 | 0 | 0.22 | 195 | 0.34 | 0.67 |
| Hex | 90 | BA | C8 | 1C | 7 | 0 | 16 | C3 | 22 | 43 |
| Octal | 220 | 272 | 310 | 34 | 7 | 0 | 26 | 303 | 42 | 103 |
| Binary | 10010000 | 10111010 | 11001000 | 11100 | 111 | 0 | 10110 | 11000011 | 100010 | 1000011 |
Color Harmonies of #90BAC8
Complementary color
Monochromatic Colors of #90BAC8
Black with #90BAC8
Text Example
Text Example
White with #90BAC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BAC8; }
p { color: rgb(144,186,200); }
H1.HeaderClassName
{
color: #90BAC8;
}
.AnyTagClassName
{
color: #90BAC8;
}
</style>
background-color css
<style>
a { background-color: #90BAC8; }
a { background-color: rgb(144,186,200); }
div.DivClassName
{
background-color: #90BAC8;
}
.BgClassName
{
background-color: #90BAC8;
}
</style>
border-color css
<style>
span { border-color: #90BAC8; }
span { border-color: rgb(144,186,200); }
td.TdClassName
{
border-color: #90BAC8;
}
.TagClassName
{
border-color: #90BAC8;
}
</style>