Shades of Lavender Grey #C0BCDB
Tints of Lavender Grey #C0BCDB
RGB
CMYK
RGB Variations
Color information
#C0BCDB (or 0xC0BCDB) is known color: Lavender Grey. HEX triplet: C0, BC and DB. RGB value is (192,188,219). Sum of RGB (Red+Green+Blue) = 192+188+219=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 219 - color contains mainly: blue. Hex color #C0BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCDB is #3F4324. Grayscale: #C0C0C0. Windows color (decimal): -4145957 or 14400704. OLE color: 14400704.
HSL color Cylindrical-coordinate representation of color #C0BCDB: hue angle of 247.74º degrees, saturation: 0.3, 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 #C0BCDB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 192 | 188 | 219 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.14 |
| HSL | 247.74º | 0.3% | 0.8% | - |
| HSV(B) | 247.74º | 0.14% | 0.86% | - |
| XYZ | 52.51 | 52.29 | 74.34 | - |
| YUV | 192.73 | 142.83 | 127.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 219 | 0.12 | 0.14 | 0 | 0.14 | 247.74 | 0.3 | 0.8 |
| Hex | C0 | BC | DB | C | E | 0 | E | F8 | 1E | 50 |
| Octal | 300 | 274 | 333 | 14 | 16 | 0 | 16 | 370 | 36 | 120 |
| Binary | 11000000 | 10111100 | 11011011 | 1100 | 1110 | 0 | 1110 | 11111000 | 11110 | 1010000 |
Color Harmonies of #C0BCDB
Complementary color
Monochromatic Colors of #C0BCDB
Black with #C0BCDB
Text Example
Text Example
White with #C0BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCDB; }
p { color: rgb(192,188,219); }
H1.HeaderClassName
{
color: #C0BCDB;
}
.AnyTagClassName
{
color: #C0BCDB;
}
</style>
background-color css
<style>
a { background-color: #C0BCDB; }
a { background-color: rgb(192,188,219); }
div.DivClassName
{
background-color: #C0BCDB;
}
.BgClassName
{
background-color: #C0BCDB;
}
</style>
border-color css
<style>
span { border-color: #C0BCDB; }
span { border-color: rgb(192,188,219); }
td.TdClassName
{
border-color: #C0BCDB;
}
.TagClassName
{
border-color: #C0BCDB;
}
</style>