Shades of Botticelli #90BCBD
Tints of Botticelli #90BCBD
RGB
CMYK
RGB Variations
Color information
#90BCBD (or 0x90BCBD) is known color: Botticelli. HEX triplet: 90, BC and BD. RGB value is (144,188,189). Sum of RGB (Red+Green+Blue) = 144+188+189=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 189 - color contains mainly: blue. Hex color #90BCBD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCBD is #6F4342. Grayscale: #AEAEAE. Windows color (decimal): -7291715 or 12434576. OLE color: 12434576.
HSL color Cylindrical-coordinate representation of color #90BCBD: hue angle of 181.33º 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 #90BCBD is Cyan = 0.24, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 188 | 189 | - |
| CMYK | 0.24 | 0.01 | 0 | 0.26 |
| HSL | 181.33º | 0.25% | 0.65% | - |
| HSV(B) | 181.33º | 0.24% | 0.74% | - |
| XYZ | 38.67 | 45.57 | 54.9 | - |
| YUV | 174.96 | 135.92 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 189 | 0.24 | 0.01 | 0 | 0.26 | 181.33 | 0.25 | 0.65 |
| Hex | 90 | BC | BD | 18 | 1 | 0 | 1A | B5 | 19 | 41 |
| Octal | 220 | 274 | 275 | 30 | 1 | 0 | 32 | 265 | 31 | 101 |
| Binary | 10010000 | 10111100 | 10111101 | 11000 | 1 | 0 | 11010 | 10110101 | 11001 | 1000001 |
Color Harmonies of #90BCBD
Complementary color
Monochromatic Colors of #90BCBD
Black with #90BCBD
Text Example
Text Example
White with #90BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCBD; }
p { color: rgb(144,188,189); }
H1.HeaderClassName
{
color: #90BCBD;
}
.AnyTagClassName
{
color: #90BCBD;
}
</style>
background-color css
<style>
a { background-color: #90BCBD; }
a { background-color: rgb(144,188,189); }
div.DivClassName
{
background-color: #90BCBD;
}
.BgClassName
{
background-color: #90BCBD;
}
</style>
border-color css
<style>
span { border-color: #90BCBD; }
span { border-color: rgb(144,188,189); }
td.TdClassName
{
border-color: #90BCBD;
}
.TagClassName
{
border-color: #90BCBD;
}
</style>