Shades of Lavender Grey #C0BDDF
Tints of Lavender Grey #C0BDDF
RGB
CMYK
RGB Variations
Color information
#C0BDDF (or 0xC0BDDF) is known color: Lavender Grey. HEX triplet: C0, BD and DF. RGB value is (192,189,223). Sum of RGB (Red+Green+Blue) = 192+189+223=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0BDDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDDF is #3F4220. Grayscale: #C1C1C1. Windows color (decimal): -4145697 or 14663104. OLE color: 14663104.
HSL color Cylindrical-coordinate representation of color #C0BDDF: hue angle of 245.29º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BDDF is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 189 | 223 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.13 |
| HSL | 245.29º | 0.35% | 0.81% | - |
| HSV(B) | 245.29º | 0.15% | 0.87% | - |
| XYZ | 53.26 | 52.93 | 77.22 | - |
| YUV | 193.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 223 | 0.14 | 0.15 | 0 | 0.13 | 245.29 | 0.35 | 0.81 |
| Hex | C0 | BD | DF | E | F | 0 | D | F5 | 23 | 51 |
| Octal | 300 | 275 | 337 | 16 | 17 | 0 | 15 | 365 | 43 | 121 |
| Binary | 11000000 | 10111101 | 11011111 | 1110 | 1111 | 0 | 1101 | 11110101 | 100011 | 1010001 |
Color Harmonies of #C0BDDF
Complementary color
Monochromatic Colors of #C0BDDF
Black with #C0BDDF
Text Example
Text Example
White with #C0BDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDDF; }
p { color: rgb(192,189,223); }
H1.HeaderClassName
{
color: #C0BDDF;
}
.AnyTagClassName
{
color: #C0BDDF;
}
</style>
background-color css
<style>
a { background-color: #C0BDDF; }
a { background-color: rgb(192,189,223); }
div.DivClassName
{
background-color: #C0BDDF;
}
.BgClassName
{
background-color: #C0BDDF;
}
</style>
border-color css
<style>
span { border-color: #C0BDDF; }
span { border-color: rgb(192,189,223); }
td.TdClassName
{
border-color: #C0BDDF;
}
.TagClassName
{
border-color: #C0BDDF;
}
</style>