Shades of Botticelli #90BDC2
Tints of Botticelli #90BDC2
RGB
CMYK
RGB Variations
Color information
#90BDC2 (or 0x90BDC2) is known color: Botticelli. HEX triplet: 90, BD and C2. RGB value is (144,189,194). Sum of RGB (Red+Green+Blue) = 144+189+194=527 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.32% from 527); Green value is 189 (74.22% from 255 or 35.86% from 527); Blue value is 194 (76.17% from 255 or 36.81% from 527); Max value from RGB is 194 - color contains mainly: blue. Hex color #90BDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BDC2 is #6F423D. Grayscale: #B0B0B0. Windows color (decimal): -7291454 or 12762512. OLE color: 12762512.
HSL color Cylindrical-coordinate representation of color #90BDC2: hue angle of 186º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #90BDC2 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 189 | 194 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.24 |
| HSL | 186º | 0.29% | 0.66% | - |
| HSV(B) | 186º | 0.26% | 0.76% | - |
| XYZ | 39.44 | 46.22 | 57.88 | - |
| YUV | 176.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 189 | 194 | 0.26 | 0.03 | 0 | 0.24 | 186 | 0.29 | 0.66 |
| Hex | 90 | BD | C2 | 1A | 3 | 0 | 18 | BA | 1D | 42 |
| Octal | 220 | 275 | 302 | 32 | 3 | 0 | 30 | 272 | 35 | 102 |
| Binary | 10010000 | 10111101 | 11000010 | 11010 | 11 | 0 | 11000 | 10111010 | 11101 | 1000010 |
Color Harmonies of #90BDC2
Complementary color
Monochromatic Colors of #90BDC2
Black with #90BDC2
Text Example
Text Example
White with #90BDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BDC2; }
p { color: rgb(144,189,194); }
H1.HeaderClassName
{
color: #90BDC2;
}
.AnyTagClassName
{
color: #90BDC2;
}
</style>
background-color css
<style>
a { background-color: #90BDC2; }
a { background-color: rgb(144,189,194); }
div.DivClassName
{
background-color: #90BDC2;
}
.BgClassName
{
background-color: #90BDC2;
}
</style>
border-color css
<style>
span { border-color: #90BDC2; }
span { border-color: rgb(144,189,194); }
td.TdClassName
{
border-color: #90BDC2;
}
.TagClassName
{
border-color: #90BDC2;
}
</style>