Shades of Botticelli #90BCC5
Tints of Botticelli #90BCC5
RGB
CMYK
RGB Variations
Color information
#90BCC5 (or 0x90BCC5) is known color: Botticelli. HEX triplet: 90, BC and C5. RGB value is (144,188,197). Sum of RGB (Red+Green+Blue) = 144+188+197=529 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.22% from 529); Green value is 188 (73.83% from 255 or 35.54% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 197 - color contains mainly: blue. Hex color #90BCC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCC5 is #6F433A. Grayscale: #AFAFAF. Windows color (decimal): -7291707 or 12958864. OLE color: 12958864.
HSL color Cylindrical-coordinate representation of color #90BCC5: hue angle of 190.19º 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 #90BCC5 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 144 | 188 | 197 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.23 |
| HSL | 190.19º | 0.31% | 0.67% | - |
| HSV(B) | 190.19º | 0.27% | 0.77% | - |
| XYZ | 39.56 | 45.93 | 59.6 | - |
| YUV | 175.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 197 | 0.27 | 0.05 | 0 | 0.23 | 190.19 | 0.31 | 0.67 |
| Hex | 90 | BC | C5 | 1B | 5 | 0 | 17 | BE | 1F | 43 |
| Octal | 220 | 274 | 305 | 33 | 5 | 0 | 27 | 276 | 37 | 103 |
| Binary | 10010000 | 10111100 | 11000101 | 11011 | 101 | 0 | 10111 | 10111110 | 11111 | 1000011 |
Color Harmonies of #90BCC5
Complementary color
Monochromatic Colors of #90BCC5
Black with #90BCC5
Text Example
Text Example
White with #90BCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCC5; }
p { color: rgb(144,188,197); }
H1.HeaderClassName
{
color: #90BCC5;
}
.AnyTagClassName
{
color: #90BCC5;
}
</style>
background-color css
<style>
a { background-color: #90BCC5; }
a { background-color: rgb(144,188,197); }
div.DivClassName
{
background-color: #90BCC5;
}
.BgClassName
{
background-color: #90BCC5;
}
</style>
border-color css
<style>
span { border-color: #90BCC5; }
span { border-color: rgb(144,188,197); }
td.TdClassName
{
border-color: #90BCC5;
}
.TagClassName
{
border-color: #90BCC5;
}
</style>