Shades of Cornflower #96BADC
Tints of Cornflower #96BADC
RGB
CMYK
RGB Variations
Color information
#96BADC (or 0x96BADC) is known color: Cornflower. HEX triplet: 96, BA and DC. RGB value is (150,186,220). Sum of RGB (Red+Green+Blue) = 150+186+220=556 (73% of max value = 765). Red value is 150 (58.98% from 255 or 26.98% from 556); Green value is 186 (73.05% from 255 or 33.45% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 220 - color contains mainly: blue. Hex color #96BADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #96BADC is #694523. Grayscale: #B2B2B2. Windows color (decimal): -6898980 or 14465686. OLE color: 14465686.
HSL color Cylindrical-coordinate representation of color #96BADC: hue angle of 209.14º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96BADC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 186 | 220 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.14 |
| HSL | 209.14º | 0.5% | 0.73% | - |
| HSV(B) | 209.14º | 0.32% | 0.86% | - |
| XYZ | 43.05 | 46.77 | 74.47 | - |
| YUV | 179.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 186 | 220 | 0.32 | 0.15 | 0 | 0.14 | 209.14 | 0.5 | 0.73 |
| Hex | 96 | BA | DC | 20 | F | 0 | E | D1 | 32 | 49 |
| Octal | 226 | 272 | 334 | 40 | 17 | 0 | 16 | 321 | 62 | 111 |
| Binary | 10010110 | 10111010 | 11011100 | 100000 | 1111 | 0 | 1110 | 11010001 | 110010 | 1001001 |
Color Harmonies of #96BADC
Complementary color
Monochromatic Colors of #96BADC
Black with #96BADC
Text Example
Text Example
White with #96BADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96BADC; }
p { color: rgb(150,186,220); }
H1.HeaderClassName
{
color: #96BADC;
}
.AnyTagClassName
{
color: #96BADC;
}
</style>
background-color css
<style>
a { background-color: #96BADC; }
a { background-color: rgb(150,186,220); }
div.DivClassName
{
background-color: #96BADC;
}
.BgClassName
{
background-color: #96BADC;
}
</style>
border-color css
<style>
span { border-color: #96BADC; }
span { border-color: rgb(150,186,220); }
td.TdClassName
{
border-color: #96BADC;
}
.TagClassName
{
border-color: #96BADC;
}
</style>