Shades of Lavender Grey #C0BDE6
Tints of Lavender Grey #C0BDE6
RGB
CMYK
RGB Variations
Color information
#C0BDE6 (or 0xC0BDE6) is known color: Lavender Grey. HEX triplet: C0, BD and E6. RGB value is (192,189,230). Sum of RGB (Red+Green+Blue) = 192+189+230=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 230 (90.23% from 255 or 37.64% from 611); Max value from RGB is 230 - color contains mainly: blue. Hex color #C0BDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDE6 is #3F4219. Grayscale: #C2C2C2. Windows color (decimal): -4145690 or 15121856. OLE color: 15121856.
HSL color Cylindrical-coordinate representation of color #C0BDE6: hue angle of 244.39º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BDE6 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 192 | 189 | 230 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.10 |
| HSL | 244.39º | 0.45% | 0.82% | - |
| HSV(B) | 244.39º | 0.18% | 0.9% | - |
| XYZ | 54.22 | 53.31 | 82.3 | - |
| YUV | 194.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 230 | 0.17 | 0.18 | 0 | 0.10 | 244.39 | 0.45 | 0.82 |
| Hex | C0 | BD | E6 | 11 | 12 | 0 | A | F4 | 2D | 52 |
| Octal | 300 | 275 | 346 | 21 | 22 | 0 | 12 | 364 | 55 | 122 |
| Binary | 11000000 | 10111101 | 11100110 | 10001 | 10010 | 0 | 1010 | 11110100 | 101101 | 1010010 |
Color Harmonies of #C0BDE6
Complementary color
Monochromatic Colors of #C0BDE6
Black with #C0BDE6
Text Example
Text Example
White with #C0BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDE6; }
p { color: rgb(192,189,230); }
H1.HeaderClassName
{
color: #C0BDE6;
}
.AnyTagClassName
{
color: #C0BDE6;
}
</style>
background-color css
<style>
a { background-color: #C0BDE6; }
a { background-color: rgb(192,189,230); }
div.DivClassName
{
background-color: #C0BDE6;
}
.BgClassName
{
background-color: #C0BDE6;
}
</style>
border-color css
<style>
span { border-color: #C0BDE6; }
span { border-color: rgb(192,189,230); }
td.TdClassName
{
border-color: #C0BDE6;
}
.TagClassName
{
border-color: #C0BDE6;
}
</style>