Shades of Botticelli #90BCC6
Tints of Botticelli #90BCC6
RGB
CMYK
RGB Variations
Color information
#90BCC6 (or 0x90BCC6) is known color: Botticelli. HEX triplet: 90, BC and C6. RGB value is (144,188,198). Sum of RGB (Red+Green+Blue) = 144+188+198=530 (70% of max value = 765). Red value is 144 (56.64% from 255 or 27.17% from 530); Green value is 188 (73.83% from 255 or 35.47% from 530); Blue value is 198 (77.73% from 255 or 37.36% from 530); Max value from RGB is 198 - color contains mainly: blue. Hex color #90BCC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #90BCC6 is #6F4339. Grayscale: #AFAFAF. Windows color (decimal): -7291706 or 13024400. OLE color: 13024400.
HSL color Cylindrical-coordinate representation of color #90BCC6: hue angle of 191.11º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #90BCC6 is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 144 | 188 | 198 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.22 |
| HSL | 191.11º | 0.32% | 0.67% | - |
| HSV(B) | 191.11º | 0.27% | 0.78% | - |
| XYZ | 39.68 | 45.97 | 60.21 | - |
| YUV | 175.98 | 140.42 | 105.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 188 | 198 | 0.27 | 0.05 | 0 | 0.22 | 191.11 | 0.32 | 0.67 |
| Hex | 90 | BC | C6 | 1B | 5 | 0 | 16 | BF | 20 | 43 |
| Octal | 220 | 274 | 306 | 33 | 5 | 0 | 26 | 277 | 40 | 103 |
| Binary | 10010000 | 10111100 | 11000110 | 11011 | 101 | 0 | 10110 | 10111111 | 100000 | 1000011 |
Color Harmonies of #90BCC6
Complementary color
Monochromatic Colors of #90BCC6
Black with #90BCC6
Text Example
Text Example
White with #90BCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90BCC6; }
p { color: rgb(144,188,198); }
H1.HeaderClassName
{
color: #90BCC6;
}
.AnyTagClassName
{
color: #90BCC6;
}
</style>
background-color css
<style>
a { background-color: #90BCC6; }
a { background-color: rgb(144,188,198); }
div.DivClassName
{
background-color: #90BCC6;
}
.BgClassName
{
background-color: #90BCC6;
}
</style>
border-color css
<style>
span { border-color: #90BCC6; }
span { border-color: rgb(144,188,198); }
td.TdClassName
{
border-color: #90BCC6;
}
.TagClassName
{
border-color: #90BCC6;
}
</style>