Shades of Botticelli #90B5BD
Tints of Botticelli #90B5BD
RGB
CMYK
RGB Variations
Color information
#90B5BD (or 0x90B5BD) is known color: Botticelli. HEX triplet: 90, B5 and BD. RGB value is (144,181,189). Sum of RGB (Red+Green+Blue) = 144+181+189=514 (68% of max value = 765). Red value is 144 (56.64% from 255 or 28.02% from 514); Green value is 181 (71.09% from 255 or 35.21% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 189 - color contains mainly: blue. Hex color #90B5BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B5BD is #6F4A42. Grayscale: #AAAAAA. Windows color (decimal): -7293507 or 12432784. OLE color: 12432784.
HSL color Cylindrical-coordinate representation of color #90B5BD: hue angle of 190.67º degrees, saturation: 0.25, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #90B5BD is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 181 | 189 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.26 |
| HSL | 190.67º | 0.25% | 0.65% | - |
| HSV(B) | 190.67º | 0.24% | 0.74% | - |
| XYZ | 37.21 | 42.65 | 54.42 | - |
| YUV | 170.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 181 | 189 | 0.24 | 0.04 | 0 | 0.26 | 190.67 | 0.25 | 0.65 |
| Hex | 90 | B5 | BD | 18 | 4 | 0 | 1A | BF | 19 | 41 |
| Octal | 220 | 265 | 275 | 30 | 4 | 0 | 32 | 277 | 31 | 101 |
| Binary | 10010000 | 10110101 | 10111101 | 11000 | 100 | 0 | 11010 | 10111111 | 11001 | 1000001 |
Color Harmonies of #90B5BD
Complementary color
Monochromatic Colors of #90B5BD
Black with #90B5BD
Text Example
Text Example
White with #90B5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B5BD; }
p { color: rgb(144,181,189); }
H1.HeaderClassName
{
color: #90B5BD;
}
.AnyTagClassName
{
color: #90B5BD;
}
</style>
background-color css
<style>
a { background-color: #90B5BD; }
a { background-color: rgb(144,181,189); }
div.DivClassName
{
background-color: #90B5BD;
}
.BgClassName
{
background-color: #90B5BD;
}
</style>
border-color css
<style>
span { border-color: #90B5BD; }
span { border-color: rgb(144,181,189); }
td.TdClassName
{
border-color: #90B5BD;
}
.TagClassName
{
border-color: #90B5BD;
}
</style>