Shades of Botticelli #90BBC5
Tints of Botticelli #90BBC5
RGB
CMYK
RGB Variations
Color information
#90BBC5 (or 0x90BBC5) is known color: Botticelli. HEX triplet: 90, BB and C5. RGB value is (144,187,197). Sum of RGB (Red+Green+Blue) = 144+187+197=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 197 (77.34% from 255 or 37.31% from 528); Max value from RGB is 197 - color contains mainly: blue. Hex color #90BBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BBC5 is #6F443A. Grayscale: #AFAFAF. Windows color (decimal): -7291963 or 12958608. OLE color: 12958608.
HSL color Cylindrical-coordinate representation of color #90BBC5: hue angle of 191.32º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BBC5 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 187 | 197 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.23 |
| HSL | 191.32º | 0.31% | 0.67% | - |
| HSV(B) | 191.32º | 0.27% | 0.77% | - |
| XYZ | 39.35 | 45.5 | 59.53 | - |
| YUV | 175.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 187 | 197 | 0.27 | 0.05 | 0 | 0.23 | 191.32 | 0.31 | 0.67 |
| Hex | 90 | BB | C5 | 1B | 5 | 0 | 17 | BF | 1F | 43 |
| Octal | 220 | 273 | 305 | 33 | 5 | 0 | 27 | 277 | 37 | 103 |
| Binary | 10010000 | 10111011 | 11000101 | 11011 | 101 | 0 | 10111 | 10111111 | 11111 | 1000011 |
Color Harmonies of #90BBC5
Complementary color
Monochromatic Colors of #90BBC5
Black with #90BBC5
Text Example
Text Example
White with #90BBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BBC5; }
p { color: rgb(144,187,197); }
H1.HeaderClassName
{
color: #90BBC5;
}
.AnyTagClassName
{
color: #90BBC5;
}
</style>
background-color css
<style>
a { background-color: #90BBC5; }
a { background-color: rgb(144,187,197); }
div.DivClassName
{
background-color: #90BBC5;
}
.BgClassName
{
background-color: #90BBC5;
}
</style>
border-color css
<style>
span { border-color: #90BBC5; }
span { border-color: rgb(144,187,197); }
td.TdClassName
{
border-color: #90BBC5;
}
.TagClassName
{
border-color: #90BBC5;
}
</style>