Shades of Botticelli #90B0BC
Tints of Botticelli #90B0BC
RGB
CMYK
RGB Variations
Color information
#90B0BC (or 0x90B0BC) is known color: Botticelli. HEX triplet: 90, B0 and BC. RGB value is (144,176,188). Sum of RGB (Red+Green+Blue) = 144+176+188=508 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.35% from 508); Green value is 176 (69.14% from 255 or 34.65% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 188 - color contains mainly: blue. Hex color #90B0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90B0BC is #6F4F43. Grayscale: #A7A7A7. Windows color (decimal): -7294788 or 12365968. OLE color: 12365968.
HSL color Cylindrical-coordinate representation of color #90B0BC: hue angle of 196.36º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #90B0BC is Cyan = 0.23, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 176 | 188 | - |
| CMYK | 0.23 | 0.06 | 0 | 0.26 |
| HSL | 196.36º | 0.25% | 0.65% | - |
| HSV(B) | 196.36º | 0.23% | 0.74% | - |
| XYZ | 36.1 | 40.61 | 53.51 | - |
| YUV | 167.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 176 | 188 | 0.23 | 0.06 | 0 | 0.26 | 196.36 | 0.25 | 0.65 |
| Hex | 90 | B0 | BC | 17 | 6 | 0 | 1A | C4 | 19 | 41 |
| Octal | 220 | 260 | 274 | 27 | 6 | 0 | 32 | 304 | 31 | 101 |
| Binary | 10010000 | 10110000 | 10111100 | 10111 | 110 | 0 | 11010 | 11000100 | 11001 | 1000001 |
Color Harmonies of #90B0BC
Complementary color
Monochromatic Colors of #90B0BC
Black with #90B0BC
Text Example
Text Example
White with #90B0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B0BC; }
p { color: rgb(144,176,188); }
H1.HeaderClassName
{
color: #90B0BC;
}
.AnyTagClassName
{
color: #90B0BC;
}
</style>
background-color css
<style>
a { background-color: #90B0BC; }
a { background-color: rgb(144,176,188); }
div.DivClassName
{
background-color: #90B0BC;
}
.BgClassName
{
background-color: #90B0BC;
}
</style>
border-color css
<style>
span { border-color: #90B0BC; }
span { border-color: rgb(144,176,188); }
td.TdClassName
{
border-color: #90B0BC;
}
.TagClassName
{
border-color: #90B0BC;
}
</style>