Shades of Botticelli #90BDC8
Tints of Botticelli #90BDC8
RGB
CMYK
RGB Variations
Color information
#90BDC8 (or 0x90BDC8) is known color: Botticelli. HEX triplet: 90, BD and C8. RGB value is (144,189,200). Sum of RGB (Red+Green+Blue) = 144+189+200=533 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.02% from 533); Green value is 189 (74.22% from 255 or 35.46% from 533); Blue value is 200 (78.52% from 255 or 37.52% from 533); Max value from RGB is 200 - color contains mainly: blue. Hex color #90BDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDC8 is #6F4237. Grayscale: #B0B0B0. Windows color (decimal): -7291448 or 13155728. OLE color: 13155728.
HSL color Cylindrical-coordinate representation of color #90BDC8: hue angle of 191.79º 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 #90BDC8 is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 189 | 200 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.22 |
| HSL | 191.79º | 0.34% | 0.67% | - |
| HSV(B) | 191.79º | 0.28% | 0.78% | - |
| XYZ | 40.12 | 46.49 | 61.5 | - |
| YUV | 176.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 200 | 0.28 | 0.06 | 0 | 0.22 | 191.79 | 0.34 | 0.67 |
| Hex | 90 | BD | C8 | 1C | 6 | 0 | 16 | C0 | 22 | 43 |
| Octal | 220 | 275 | 310 | 34 | 6 | 0 | 26 | 300 | 42 | 103 |
| Binary | 10010000 | 10111101 | 11001000 | 11100 | 110 | 0 | 10110 | 11000000 | 100010 | 1000011 |
Color Harmonies of #90BDC8
Complementary color
Monochromatic Colors of #90BDC8
Black with #90BDC8
Text Example
Text Example
White with #90BDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDC8; }
p { color: rgb(144,189,200); }
H1.HeaderClassName
{
color: #90BDC8;
}
.AnyTagClassName
{
color: #90BDC8;
}
</style>
background-color css
<style>
a { background-color: #90BDC8; }
a { background-color: rgb(144,189,200); }
div.DivClassName
{
background-color: #90BDC8;
}
.BgClassName
{
background-color: #90BDC8;
}
</style>
border-color css
<style>
span { border-color: #90BDC8; }
span { border-color: rgb(144,189,200); }
td.TdClassName
{
border-color: #90BDC8;
}
.TagClassName
{
border-color: #90BDC8;
}
</style>