Shades of Botticelli #90B7BD
Tints of Botticelli #90B7BD
RGB
CMYK
RGB Variations
Color information
#90B7BD (or 0x90B7BD) is known color: Botticelli. HEX triplet: 90, B7 and BD. RGB value is (144,183,189). Sum of RGB (Red+Green+Blue) = 144+183+189=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 189 - color contains mainly: blue. Hex color #90B7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90B7BD is #6F4842. Grayscale: #ABABAB. Windows color (decimal): -7292995 or 12433296. OLE color: 12433296.
HSL color Cylindrical-coordinate representation of color #90B7BD: hue angle of 188º 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 #90B7BD is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 183 | 189 | - |
| CMYK | 0.24 | 0.03 | 0 | 0.26 |
| HSL | 188º | 0.25% | 0.65% | - |
| HSV(B) | 188º | 0.24% | 0.74% | - |
| XYZ | 37.62 | 43.47 | 54.55 | - |
| YUV | 172.02 | 137.58 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 183 | 189 | 0.24 | 0.03 | 0 | 0.26 | 188 | 0.25 | 0.65 |
| Hex | 90 | B7 | BD | 18 | 3 | 0 | 1A | BC | 19 | 41 |
| Octal | 220 | 267 | 275 | 30 | 3 | 0 | 32 | 274 | 31 | 101 |
| Binary | 10010000 | 10110111 | 10111101 | 11000 | 11 | 0 | 11010 | 10111100 | 11001 | 1000001 |
Color Harmonies of #90B7BD
Complementary color
Monochromatic Colors of #90B7BD
Black with #90B7BD
Text Example
Text Example
White with #90B7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90B7BD; }
p { color: rgb(144,183,189); }
H1.HeaderClassName
{
color: #90B7BD;
}
.AnyTagClassName
{
color: #90B7BD;
}
</style>
background-color css
<style>
a { background-color: #90B7BD; }
a { background-color: rgb(144,183,189); }
div.DivClassName
{
background-color: #90B7BD;
}
.BgClassName
{
background-color: #90B7BD;
}
</style>
border-color css
<style>
span { border-color: #90B7BD; }
span { border-color: rgb(144,183,189); }
td.TdClassName
{
border-color: #90B7BD;
}
.TagClassName
{
border-color: #90B7BD;
}
</style>