Shades of Lavender Grey #C0BCD9
Tints of Lavender Grey #C0BCD9
RGB
CMYK
RGB Variations
Color information
#C0BCD9 (or 0xC0BCD9) is known color: Lavender Grey. HEX triplet: C0, BC and D9. RGB value is (192,188,217). Sum of RGB (Red+Green+Blue) = 192+188+217=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 217 (85.16% from 255 or 36.35% from 597); Max value from RGB is 217 - color contains mainly: blue. Hex color #C0BCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCD9 is #3F4326. Grayscale: #C0C0C0. Windows color (decimal): -4145959 or 14269632. OLE color: 14269632.
HSL color Cylindrical-coordinate representation of color #C0BCD9: hue angle of 248.28º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C0BCD9 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 188 | 217 | - |
| CMYK | 0.12 | 0.13 | 0 | 0.15 |
| HSL | 248.28º | 0.28% | 0.79% | - |
| HSV(B) | 248.28º | 0.13% | 0.85% | - |
| XYZ | 52.25 | 52.18 | 72.96 | - |
| YUV | 192.5 | 141.83 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 217 | 0.12 | 0.13 | 0 | 0.15 | 248.28 | 0.28 | 0.79 |
| Hex | C0 | BC | D9 | C | D | 0 | F | F8 | 1C | 4F |
| Octal | 300 | 274 | 331 | 14 | 15 | 0 | 17 | 370 | 34 | 117 |
| Binary | 11000000 | 10111100 | 11011001 | 1100 | 1101 | 0 | 1111 | 11111000 | 11100 | 1001111 |
Color Harmonies of #C0BCD9
Complementary color
Monochromatic Colors of #C0BCD9
Black with #C0BCD9
Text Example
Text Example
White with #C0BCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCD9; }
p { color: rgb(192,188,217); }
H1.HeaderClassName
{
color: #C0BCD9;
}
.AnyTagClassName
{
color: #C0BCD9;
}
</style>
background-color css
<style>
a { background-color: #C0BCD9; }
a { background-color: rgb(192,188,217); }
div.DivClassName
{
background-color: #C0BCD9;
}
.BgClassName
{
background-color: #C0BCD9;
}
</style>
border-color css
<style>
span { border-color: #C0BCD9; }
span { border-color: rgb(192,188,217); }
td.TdClassName
{
border-color: #C0BCD9;
}
.TagClassName
{
border-color: #C0BCD9;
}
</style>