Shades of Lavender Grey #C1BCDC
Tints of Lavender Grey #C1BCDC
RGB
CMYK
RGB Variations
Color information
#C1BCDC (or 0xC1BCDC) is known color: Lavender Grey. HEX triplet: C1, BC and DC. RGB value is (193,188,220). Sum of RGB (Red+Green+Blue) = 193+188+220=601 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.11% from 601); Green value is 188 (73.83% from 255 or 31.28% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #C1BCDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCDC is #3E4323. Grayscale: #C1C1C1. Windows color (decimal): -4080420 or 14466241. OLE color: 14466241.
HSL color Cylindrical-coordinate representation of color #C1BCDC: hue angle of 249.38º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C1BCDC is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 193 | 188 | 220 | - |
| CMYK | 0.12 | 0.15 | 0 | 0.14 |
| HSL | 249.38º | 0.31% | 0.8% | - |
| HSV(B) | 249.38º | 0.15% | 0.86% | - |
| XYZ | 52.89 | 52.47 | 75.05 | - |
| YUV | 193.14 | 143.16 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 220 | 0.12 | 0.15 | 0 | 0.14 | 249.38 | 0.31 | 0.8 |
| Hex | C1 | BC | DC | C | F | 0 | E | F9 | 1F | 50 |
| Octal | 301 | 274 | 334 | 14 | 17 | 0 | 16 | 371 | 37 | 120 |
| Binary | 11000001 | 10111100 | 11011100 | 1100 | 1111 | 0 | 1110 | 11111001 | 11111 | 1010000 |
Color Harmonies of #C1BCDC
Complementary color
Monochromatic Colors of #C1BCDC
Black with #C1BCDC
Text Example
Text Example
White with #C1BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCDC; }
p { color: rgb(193,188,220); }
H1.HeaderClassName
{
color: #C1BCDC;
}
.AnyTagClassName
{
color: #C1BCDC;
}
</style>
background-color css
<style>
a { background-color: #C1BCDC; }
a { background-color: rgb(193,188,220); }
div.DivClassName
{
background-color: #C1BCDC;
}
.BgClassName
{
background-color: #C1BCDC;
}
</style>
border-color css
<style>
span { border-color: #C1BCDC; }
span { border-color: rgb(193,188,220); }
td.TdClassName
{
border-color: #C1BCDC;
}
.TagClassName
{
border-color: #C1BCDC;
}
</style>