Shades of Lavender Grey #C1BCDF
Tints of Lavender Grey #C1BCDF
RGB
CMYK
RGB Variations
Color information
#C1BCDF (or 0xC1BCDF) is known color: Lavender Grey. HEX triplet: C1, BC and DF. RGB value is (193,188,223). Sum of RGB (Red+Green+Blue) = 193+188+223=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 188 (73.83% from 255 or 31.13% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #C1BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCDF is #3E4320. Grayscale: #C1C1C1. Windows color (decimal): -4080417 or 14662849. OLE color: 14662849.
HSL color Cylindrical-coordinate representation of color #C1BCDF: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BCDF is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 193 | 188 | 223 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.13 |
| HSL | 248.57º | 0.35% | 0.81% | - |
| HSV(B) | 248.57º | 0.16% | 0.87% | - |
| XYZ | 53.29 | 52.63 | 77.16 | - |
| YUV | 193.49 | 144.66 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 223 | 0.13 | 0.16 | 0 | 0.13 | 248.57 | 0.35 | 0.81 |
| Hex | C1 | BC | DF | D | 10 | 0 | D | F9 | 23 | 51 |
| Octal | 301 | 274 | 337 | 15 | 20 | 0 | 15 | 371 | 43 | 121 |
| Binary | 11000001 | 10111100 | 11011111 | 1101 | 10000 | 0 | 1101 | 11111001 | 100011 | 1010001 |
Color Harmonies of #C1BCDF
Complementary color
Monochromatic Colors of #C1BCDF
Black with #C1BCDF
Text Example
Text Example
White with #C1BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCDF; }
p { color: rgb(193,188,223); }
H1.HeaderClassName
{
color: #C1BCDF;
}
.AnyTagClassName
{
color: #C1BCDF;
}
</style>
background-color css
<style>
a { background-color: #C1BCDF; }
a { background-color: rgb(193,188,223); }
div.DivClassName
{
background-color: #C1BCDF;
}
.BgClassName
{
background-color: #C1BCDF;
}
</style>
border-color css
<style>
span { border-color: #C1BCDF; }
span { border-color: rgb(193,188,223); }
td.TdClassName
{
border-color: #C1BCDF;
}
.TagClassName
{
border-color: #C1BCDF;
}
</style>