Shades of Lavender Grey #C0BDEF
Tints of Lavender Grey #C0BDEF
RGB
CMYK
RGB Variations
Color information
#C0BDEF (or 0xC0BDEF) is known color: Lavender Grey. HEX triplet: C0, BD and EF. RGB value is (192,189,239). Sum of RGB (Red+Green+Blue) = 192+189+239=620 (82% of max value = 765). Red value is 192 (75.39% from 255 or 30.97% from 620); Green value is 189 (74.22% from 255 or 30.48% from 620); Blue value is 239 (93.75% from 255 or 38.55% from 620); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BDEF is #3F4210. Grayscale: #C3C3C3. Windows color (decimal): -4145681 or 15711680. OLE color: 15711680.
HSL color Cylindrical-coordinate representation of color #C0BDEF: hue angle of 243.6º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BDEF is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 189 | 239 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.06 |
| HSL | 243.6º | 0.61% | 0.84% | - |
| HSV(B) | 243.6º | 0.21% | 0.94% | - |
| XYZ | 55.52 | 53.83 | 89.13 | - |
| YUV | 195.6 | 152.49 | 125.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 239 | 0.20 | 0.21 | 0 | 0.06 | 243.6 | 0.61 | 0.84 |
| Hex | C0 | BD | EF | 14 | 15 | 0 | 6 | F4 | 3D | 54 |
| Octal | 300 | 275 | 357 | 24 | 25 | 0 | 6 | 364 | 75 | 124 |
| Binary | 11000000 | 10111101 | 11101111 | 10100 | 10101 | 0 | 110 | 11110100 | 111101 | 1010100 |
Color Harmonies of #C0BDEF
Complementary color
Monochromatic Colors of #C0BDEF
Black with #C0BDEF
Text Example
Text Example
White with #C0BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDEF; }
p { color: rgb(192,189,239); }
H1.HeaderClassName
{
color: #C0BDEF;
}
.AnyTagClassName
{
color: #C0BDEF;
}
</style>
background-color css
<style>
a { background-color: #C0BDEF; }
a { background-color: rgb(192,189,239); }
div.DivClassName
{
background-color: #C0BDEF;
}
.BgClassName
{
background-color: #C0BDEF;
}
</style>
border-color css
<style>
span { border-color: #C0BDEF; }
span { border-color: rgb(192,189,239); }
td.TdClassName
{
border-color: #C0BDEF;
}
.TagClassName
{
border-color: #C0BDEF;
}
</style>