Shades of Lavender Grey #C0BDDB
Tints of Lavender Grey #C0BDDB
RGB
CMYK
RGB Variations
Color information
#C0BDDB (or 0xC0BDDB) is known color: Lavender Grey. HEX triplet: C0, BD and DB. RGB value is (192,189,219). Sum of RGB (Red+Green+Blue) = 192+189+219=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0BDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDDB is #3F4224. Grayscale: #C1C1C1. Windows color (decimal): -4145701 or 14400960. OLE color: 14400960.
HSL color Cylindrical-coordinate representation of color #C0BDDB: hue angle of 246º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C0BDDB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 189 | 219 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.14 |
| HSL | 246º | 0.29% | 0.8% | - |
| HSV(B) | 246º | 0.14% | 0.86% | - |
| XYZ | 52.72 | 52.72 | 74.41 | - |
| YUV | 193.32 | 142.49 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 219 | 0.12 | 0.14 | 0 | 0.14 | 246 | 0.29 | 0.8 |
| Hex | C0 | BD | DB | C | E | 0 | E | F6 | 1D | 50 |
| Octal | 300 | 275 | 333 | 14 | 16 | 0 | 16 | 366 | 35 | 120 |
| Binary | 11000000 | 10111101 | 11011011 | 1100 | 1110 | 0 | 1110 | 11110110 | 11101 | 1010000 |
Color Harmonies of #C0BDDB
Complementary color
Monochromatic Colors of #C0BDDB
Black with #C0BDDB
Text Example
Text Example
White with #C0BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDDB; }
p { color: rgb(192,189,219); }
H1.HeaderClassName
{
color: #C0BDDB;
}
.AnyTagClassName
{
color: #C0BDDB;
}
</style>
background-color css
<style>
a { background-color: #C0BDDB; }
a { background-color: rgb(192,189,219); }
div.DivClassName
{
background-color: #C0BDDB;
}
.BgClassName
{
background-color: #C0BDDB;
}
</style>
border-color css
<style>
span { border-color: #C0BDDB; }
span { border-color: rgb(192,189,219); }
td.TdClassName
{
border-color: #C0BDDB;
}
.TagClassName
{
border-color: #C0BDDB;
}
</style>