Shades of Botticelli #90B8C0
Tints of Botticelli #90B8C0
RGB
CMYK
RGB Variations
Color information
#90B8C0 (or 0x90B8C0) is known color: Botticelli. HEX triplet: 90, B8 and C0. RGB value is (144,184,192). Sum of RGB (Red+Green+Blue) = 144+184+192=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 184 (72.27% from 255 or 35.38% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 192 - color contains mainly: blue. Hex color #90B8C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B8C0 is #6F473F. Grayscale: #ACACAC. Windows color (decimal): -7292736 or 12630160. OLE color: 12630160.
HSL color Cylindrical-coordinate representation of color #90B8C0: hue angle of 190º 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 #90B8C0 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 184 | 192 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.25 |
| HSL | 190º | 0.28% | 0.66% | - |
| HSV(B) | 190º | 0.25% | 0.75% | - |
| XYZ | 38.16 | 44.02 | 56.35 | - |
| YUV | 172.95 | 138.75 | 107.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 184 | 192 | 0.25 | 0.04 | 0 | 0.25 | 190 | 0.28 | 0.66 |
| Hex | 90 | B8 | C0 | 19 | 4 | 0 | 19 | BE | 1C | 42 |
| Octal | 220 | 270 | 300 | 31 | 4 | 0 | 31 | 276 | 34 | 102 |
| Binary | 10010000 | 10111000 | 11000000 | 11001 | 100 | 0 | 11001 | 10111110 | 11100 | 1000010 |
Color Harmonies of #90B8C0
Complementary color
Monochromatic Colors of #90B8C0
Black with #90B8C0
Text Example
Text Example
White with #90B8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B8C0; }
p { color: rgb(144,184,192); }
H1.HeaderClassName
{
color: #90B8C0;
}
.AnyTagClassName
{
color: #90B8C0;
}
</style>
background-color css
<style>
a { background-color: #90B8C0; }
a { background-color: rgb(144,184,192); }
div.DivClassName
{
background-color: #90B8C0;
}
.BgClassName
{
background-color: #90B8C0;
}
</style>
border-color css
<style>
span { border-color: #90B8C0; }
span { border-color: rgb(144,184,192); }
td.TdClassName
{
border-color: #90B8C0;
}
.TagClassName
{
border-color: #90B8C0;
}
</style>