Shades of Botticelli #90BBBD
Tints of Botticelli #90BBBD
RGB
CMYK
RGB Variations
Color information
#90BBBD (or 0x90BBBD) is known color: Botticelli. HEX triplet: 90, BB and BD. RGB value is (144,187,189). Sum of RGB (Red+Green+Blue) = 144+187+189=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 189 (74.22% from 255 or 36.35% from 520); Max value from RGB is 189 - color contains mainly: blue. Hex color #90BBBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBBD is #6F4442. Grayscale: #AEAEAE. Windows color (decimal): -7291971 or 12434320. OLE color: 12434320.
HSL color Cylindrical-coordinate representation of color #90BBBD: hue angle of 182.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 #90BBBD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 187 | 189 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.26 |
| HSL | 182.67º | 0.25% | 0.65% | - |
| HSV(B) | 182.67º | 0.24% | 0.74% | - |
| XYZ | 38.46 | 45.14 | 54.83 | - |
| YUV | 174.37 | 136.25 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 189 | 0.24 | 0.01 | 0 | 0.26 | 182.67 | 0.25 | 0.65 |
| Hex | 90 | BB | BD | 18 | 1 | 0 | 1A | B7 | 19 | 41 |
| Octal | 220 | 273 | 275 | 30 | 1 | 0 | 32 | 267 | 31 | 101 |
| Binary | 10010000 | 10111011 | 10111101 | 11000 | 1 | 0 | 11010 | 10110111 | 11001 | 1000001 |
Color Harmonies of #90BBBD
Complementary color
Monochromatic Colors of #90BBBD
Black with #90BBBD
Text Example
Text Example
White with #90BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBBD; }
p { color: rgb(144,187,189); }
H1.HeaderClassName
{
color: #90BBBD;
}
.AnyTagClassName
{
color: #90BBBD;
}
</style>
background-color css
<style>
a { background-color: #90BBBD; }
a { background-color: rgb(144,187,189); }
div.DivClassName
{
background-color: #90BBBD;
}
.BgClassName
{
background-color: #90BBBD;
}
</style>
border-color css
<style>
span { border-color: #90BBBD; }
span { border-color: rgb(144,187,189); }
td.TdClassName
{
border-color: #90BBBD;
}
.TagClassName
{
border-color: #90BBBD;
}
</style>