Shades of Botticelli #90BEC0
Tints of Botticelli #90BEC0
RGB
CMYK
RGB Variations
Color information
#90BEC0 (or 0x90BEC0) is known color: Botticelli. HEX triplet: 90, BE and C0. RGB value is (144,190,192). Sum of RGB (Red+Green+Blue) = 144+190+192=526 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.38% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 192 (75.39% from 255 or 36.50% from 526); Max value from RGB is 192 - color contains mainly: blue. Hex color #90BEC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BEC0 is #6F413F. Grayscale: #B0B0B0. Windows color (decimal): -7291200 or 12631696. OLE color: 12631696.
HSL color Cylindrical-coordinate representation of color #90BEC0: hue angle of 182.5º 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 #90BEC0 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 190 | 192 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.25 |
| HSL | 182.5º | 0.28% | 0.66% | - |
| HSV(B) | 182.5º | 0.25% | 0.75% | - |
| XYZ | 39.43 | 46.56 | 56.78 | - |
| YUV | 176.47 | 136.76 | 104.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 190 | 192 | 0.25 | 0.01 | 0 | 0.25 | 182.5 | 0.28 | 0.66 |
| Hex | 90 | BE | C0 | 19 | 1 | 0 | 19 | B6 | 1C | 42 |
| Octal | 220 | 276 | 300 | 31 | 1 | 0 | 31 | 266 | 34 | 102 |
| Binary | 10010000 | 10111110 | 11000000 | 11001 | 1 | 0 | 11001 | 10110110 | 11100 | 1000010 |
Color Harmonies of #90BEC0
Complementary color
Monochromatic Colors of #90BEC0
Black with #90BEC0
Text Example
Text Example
White with #90BEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BEC0; }
p { color: rgb(144,190,192); }
H1.HeaderClassName
{
color: #90BEC0;
}
.AnyTagClassName
{
color: #90BEC0;
}
</style>
background-color css
<style>
a { background-color: #90BEC0; }
a { background-color: rgb(144,190,192); }
div.DivClassName
{
background-color: #90BEC0;
}
.BgClassName
{
background-color: #90BEC0;
}
</style>
border-color css
<style>
span { border-color: #90BEC0; }
span { border-color: rgb(144,190,192); }
td.TdClassName
{
border-color: #90BEC0;
}
.TagClassName
{
border-color: #90BEC0;
}
</style>