Shades of Lavender Grey #C0BDDE
Tints of Lavender Grey #C0BDDE
RGB
CMYK
RGB Variations
Color information
#C0BDDE (or 0xC0BDDE) is known color: Lavender Grey. HEX triplet: C0, BD and DE. RGB value is (192,189,222). Sum of RGB (Red+Green+Blue) = 192+189+222=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 222 (87.11% from 255 or 36.82% from 603); Max value from RGB is 222 - color contains mainly: blue. Hex color #C0BDDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDDE is #3F4221. Grayscale: #C1C1C1. Windows color (decimal): -4145698 or 14597568. OLE color: 14597568.
HSL color Cylindrical-coordinate representation of color #C0BDDE: hue angle of 245.45º degrees, saturation: 0.33, 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 #C0BDDE is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 192 | 189 | 222 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.13 |
| HSL | 245.45º | 0.33% | 0.81% | - |
| HSV(B) | 245.45º | 0.15% | 0.87% | - |
| XYZ | 53.12 | 52.88 | 76.51 | - |
| YUV | 193.66 | 143.99 | 126.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 222 | 0.14 | 0.15 | 0 | 0.13 | 245.45 | 0.33 | 0.81 |
| Hex | C0 | BD | DE | E | F | 0 | D | F5 | 21 | 51 |
| Octal | 300 | 275 | 336 | 16 | 17 | 0 | 15 | 365 | 41 | 121 |
| Binary | 11000000 | 10111101 | 11011110 | 1110 | 1111 | 0 | 1101 | 11110101 | 100001 | 1010001 |
Color Harmonies of #C0BDDE
Complementary color
Monochromatic Colors of #C0BDDE
Black with #C0BDDE
Text Example
Text Example
White with #C0BDDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDDE; }
p { color: rgb(192,189,222); }
H1.HeaderClassName
{
color: #C0BDDE;
}
.AnyTagClassName
{
color: #C0BDDE;
}
</style>
background-color css
<style>
a { background-color: #C0BDDE; }
a { background-color: rgb(192,189,222); }
div.DivClassName
{
background-color: #C0BDDE;
}
.BgClassName
{
background-color: #C0BDDE;
}
</style>
border-color css
<style>
span { border-color: #C0BDDE; }
span { border-color: rgb(192,189,222); }
td.TdClassName
{
border-color: #C0BDDE;
}
.TagClassName
{
border-color: #C0BDDE;
}
</style>