Shades of Lavender Grey #C0BDEB
Tints of Lavender Grey #C0BDEB
RGB
CMYK
RGB Variations
Color information
#C0BDEB (or 0xC0BDEB) is known color: Lavender Grey. HEX triplet: C0, BD and EB. RGB value is (192,189,235). Sum of RGB (Red+Green+Blue) = 192+189+235=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 235 (92.19% from 255 or 38.15% from 616); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0BDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDEB is #3F4214. Grayscale: #C2C2C2. Windows color (decimal): -4145685 or 15449536. OLE color: 15449536.
HSL color Cylindrical-coordinate representation of color #C0BDEB: hue angle of 243.91º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BDEB is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 189 | 235 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.08 |
| HSL | 243.91º | 0.53% | 0.83% | - |
| HSV(B) | 243.91º | 0.2% | 0.92% | - |
| XYZ | 54.93 | 53.6 | 86.05 | - |
| YUV | 195.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 235 | 0.18 | 0.20 | 0 | 0.08 | 243.91 | 0.53 | 0.83 |
| Hex | C0 | BD | EB | 12 | 14 | 0 | 8 | F4 | 35 | 53 |
| Octal | 300 | 275 | 353 | 22 | 24 | 0 | 10 | 364 | 65 | 123 |
| Binary | 11000000 | 10111101 | 11101011 | 10010 | 10100 | 0 | 1000 | 11110100 | 110101 | 1010011 |
Color Harmonies of #C0BDEB
Complementary color
Monochromatic Colors of #C0BDEB
Black with #C0BDEB
Text Example
Text Example
White with #C0BDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDEB; }
p { color: rgb(192,189,235); }
H1.HeaderClassName
{
color: #C0BDEB;
}
.AnyTagClassName
{
color: #C0BDEB;
}
</style>
background-color css
<style>
a { background-color: #C0BDEB; }
a { background-color: rgb(192,189,235); }
div.DivClassName
{
background-color: #C0BDEB;
}
.BgClassName
{
background-color: #C0BDEB;
}
</style>
border-color css
<style>
span { border-color: #C0BDEB; }
span { border-color: rgb(192,189,235); }
td.TdClassName
{
border-color: #C0BDEB;
}
.TagClassName
{
border-color: #C0BDEB;
}
</style>