Shades of Botticelli #90B4BA
Tints of Botticelli #90B4BA
RGB
CMYK
RGB Variations
Color information
#90B4BA (or 0x90B4BA) is known color: Botticelli. HEX triplet: 90, B4 and BA. RGB value is (144,180,186). Sum of RGB (Red+Green+Blue) = 144+180+186=510 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.24% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 186 - color contains mainly: blue. Hex color #90B4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B4BA is #6F4B45. Grayscale: #A9A9A9. Windows color (decimal): -7293766 or 12235920. OLE color: 12235920.
HSL color Cylindrical-coordinate representation of color #90B4BA: hue angle of 188.57º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90B4BA is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 144 | 180 | 186 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.27 |
| HSL | 188.57º | 0.23% | 0.65% | - |
| HSV(B) | 188.57º | 0.23% | 0.73% | - |
| XYZ | 36.69 | 42.12 | 52.65 | - |
| YUV | 169.92 | 137.07 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 180 | 186 | 0.23 | 0.03 | 0 | 0.27 | 188.57 | 0.23 | 0.65 |
| Hex | 90 | B4 | BA | 17 | 3 | 0 | 1B | BD | 17 | 41 |
| Octal | 220 | 264 | 272 | 27 | 3 | 0 | 33 | 275 | 27 | 101 |
| Binary | 10010000 | 10110100 | 10111010 | 10111 | 11 | 0 | 11011 | 10111101 | 10111 | 1000001 |
Color Harmonies of #90B4BA
Complementary color
Monochromatic Colors of #90B4BA
Black with #90B4BA
Text Example
Text Example
White with #90B4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B4BA; }
p { color: rgb(144,180,186); }
H1.HeaderClassName
{
color: #90B4BA;
}
.AnyTagClassName
{
color: #90B4BA;
}
</style>
background-color css
<style>
a { background-color: #90B4BA; }
a { background-color: rgb(144,180,186); }
div.DivClassName
{
background-color: #90B4BA;
}
.BgClassName
{
background-color: #90B4BA;
}
</style>
border-color css
<style>
span { border-color: #90B4BA; }
span { border-color: rgb(144,180,186); }
td.TdClassName
{
border-color: #90B4BA;
}
.TagClassName
{
border-color: #90B4BA;
}
</style>