Shades of Lavender Grey #C1BED6
Tints of Lavender Grey #C1BED6
RGB
CMYK
RGB Variations
Color information
#C1BED6 (or 0xC1BED6) is known color: Lavender Grey. HEX triplet: C1, BE and D6. RGB value is (193,190,214). Sum of RGB (Red+Green+Blue) = 193+190+214=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #C1BED6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BED6 is #3E4129. Grayscale: #C1C1C1. Windows color (decimal): -4079914 or 14073537. OLE color: 14073537.
HSL color Cylindrical-coordinate representation of color #C1BED6: hue angle of 247.5º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C1BED6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 190 | 214 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.16 |
| HSL | 247.5º | 0.23% | 0.79% | - |
| HSV(B) | 247.5º | 0.11% | 0.84% | - |
| XYZ | 52.54 | 53.02 | 71.08 | - |
| YUV | 193.63 | 139.49 | 127.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 214 | 0.10 | 0.11 | 0 | 0.16 | 247.5 | 0.23 | 0.79 |
| Hex | C1 | BE | D6 | A | B | 0 | 10 | F8 | 17 | 4F |
| Octal | 301 | 276 | 326 | 12 | 13 | 0 | 20 | 370 | 27 | 117 |
| Binary | 11000001 | 10111110 | 11010110 | 1010 | 1011 | 0 | 10000 | 11111000 | 10111 | 1001111 |
Color Harmonies of #C1BED6
Complementary color
Monochromatic Colors of #C1BED6
Black with #C1BED6
Text Example
Text Example
White with #C1BED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BED6; }
p { color: rgb(193,190,214); }
H1.HeaderClassName
{
color: #C1BED6;
}
.AnyTagClassName
{
color: #C1BED6;
}
</style>
background-color css
<style>
a { background-color: #C1BED6; }
a { background-color: rgb(193,190,214); }
div.DivClassName
{
background-color: #C1BED6;
}
.BgClassName
{
background-color: #C1BED6;
}
</style>
border-color css
<style>
span { border-color: #C1BED6; }
span { border-color: rgb(193,190,214); }
td.TdClassName
{
border-color: #C1BED6;
}
.TagClassName
{
border-color: #C1BED6;
}
</style>