Shades of Botticelli #90BBC2
Tints of Botticelli #90BBC2
RGB
CMYK
RGB Variations
Color information
#90BBC2 (or 0x90BBC2) is known color: Botticelli. HEX triplet: 90, BB and C2. RGB value is (144,187,194). Sum of RGB (Red+Green+Blue) = 144+187+194=525 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.43% from 525); Green value is 187 (73.44% from 255 or 35.62% from 525); Blue value is 194 (76.17% from 255 or 36.95% from 525); Max value from RGB is 194 - color contains mainly: blue. Hex color #90BBC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBC2 is #6F443D. Grayscale: #AEAEAE. Windows color (decimal): -7291966 or 12762000. OLE color: 12762000.
HSL color Cylindrical-coordinate representation of color #90BBC2: hue angle of 188.4º 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 #90BBC2 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 187 | 194 | - |
| CMYK | 0.26 | 0.04 | 0 | 0.24 |
| HSL | 188.4º | 0.29% | 0.66% | - |
| HSV(B) | 188.4º | 0.26% | 0.76% | - |
| XYZ | 39.01 | 45.36 | 57.74 | - |
| YUV | 174.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 194 | 0.26 | 0.04 | 0 | 0.24 | 188.4 | 0.29 | 0.66 |
| Hex | 90 | BB | C2 | 1A | 4 | 0 | 18 | BC | 1D | 42 |
| Octal | 220 | 273 | 302 | 32 | 4 | 0 | 30 | 274 | 35 | 102 |
| Binary | 10010000 | 10111011 | 11000010 | 11010 | 100 | 0 | 11000 | 10111100 | 11101 | 1000010 |
Color Harmonies of #90BBC2
Complementary color
Monochromatic Colors of #90BBC2
Black with #90BBC2
Text Example
Text Example
White with #90BBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBC2; }
p { color: rgb(144,187,194); }
H1.HeaderClassName
{
color: #90BBC2;
}
.AnyTagClassName
{
color: #90BBC2;
}
</style>
background-color css
<style>
a { background-color: #90BBC2; }
a { background-color: rgb(144,187,194); }
div.DivClassName
{
background-color: #90BBC2;
}
.BgClassName
{
background-color: #90BBC2;
}
</style>
border-color css
<style>
span { border-color: #90BBC2; }
span { border-color: rgb(144,187,194); }
td.TdClassName
{
border-color: #90BBC2;
}
.TagClassName
{
border-color: #90BBC2;
}
</style>