Shades of Lavender Grey #C1BCDB
Tints of Lavender Grey #C1BCDB
RGB
CMYK
RGB Variations
Color information
#C1BCDB (or 0xC1BCDB) is known color: Lavender Grey. HEX triplet: C1, BC and DB. RGB value is (193,188,219). Sum of RGB (Red+Green+Blue) = 193+188+219=600 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.17% from 600); Green value is 188 (73.83% from 255 or 31.33% 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 #C1BCDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCDB is #3E4324. Grayscale: #C0C0C0. Windows color (decimal): -4080421 or 14400705. OLE color: 14400705.
HSL color Cylindrical-coordinate representation of color #C1BCDB: hue angle of 249.68º 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 #C1BCDB is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 188 | 219 | - |
| CMYK | 0.12 | 0.14 | 0 | 0.14 |
| HSL | 249.68º | 0.3% | 0.8% | - |
| HSV(B) | 249.68º | 0.14% | 0.86% | - |
| XYZ | 52.76 | 52.42 | 74.35 | - |
| YUV | 193.03 | 142.66 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 219 | 0.12 | 0.14 | 0 | 0.14 | 249.68 | 0.3 | 0.8 |
| Hex | C1 | BC | DB | C | E | 0 | E | FA | 1E | 50 |
| Octal | 301 | 274 | 333 | 14 | 16 | 0 | 16 | 372 | 36 | 120 |
| Binary | 11000001 | 10111100 | 11011011 | 1100 | 1110 | 0 | 1110 | 11111010 | 11110 | 1010000 |
Color Harmonies of #C1BCDB
Complementary color
Monochromatic Colors of #C1BCDB
Black with #C1BCDB
Text Example
Text Example
White with #C1BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCDB; }
p { color: rgb(193,188,219); }
H1.HeaderClassName
{
color: #C1BCDB;
}
.AnyTagClassName
{
color: #C1BCDB;
}
</style>
background-color css
<style>
a { background-color: #C1BCDB; }
a { background-color: rgb(193,188,219); }
div.DivClassName
{
background-color: #C1BCDB;
}
.BgClassName
{
background-color: #C1BCDB;
}
</style>
border-color css
<style>
span { border-color: #C1BCDB; }
span { border-color: rgb(193,188,219); }
td.TdClassName
{
border-color: #C1BCDB;
}
.TagClassName
{
border-color: #C1BCDB;
}
</style>