Shades of Lavender Grey #C1BDED
Tints of Lavender Grey #C1BDED
RGB
CMYK
RGB Variations
Color information
#C1BDED (or 0xC1BDED) is known color: Lavender Grey. HEX triplet: C1, BD and ED. RGB value is (193,189,237). Sum of RGB (Red+Green+Blue) = 193+189+237=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 189 (74.22% from 255 or 30.53% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #C1BDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDED is #3E4212. Grayscale: #C3C3C3. Windows color (decimal): -4080147 or 15580609. OLE color: 15580609.
HSL color Cylindrical-coordinate representation of color #C1BDED: hue angle of 245º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BDED is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 189 | 237 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.07 |
| HSL | 245º | 0.57% | 0.84% | - |
| HSV(B) | 245º | 0.2% | 0.93% | - |
| XYZ | 55.48 | 53.85 | 87.59 | - |
| YUV | 195.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 237 | 0.19 | 0.20 | 0 | 0.07 | 245 | 0.57 | 0.84 |
| Hex | C1 | BD | ED | 13 | 14 | 0 | 7 | F5 | 39 | 54 |
| Octal | 301 | 275 | 355 | 23 | 24 | 0 | 7 | 365 | 71 | 124 |
| Binary | 11000001 | 10111101 | 11101101 | 10011 | 10100 | 0 | 111 | 11110101 | 111001 | 1010100 |
Color Harmonies of #C1BDED
Complementary color
Monochromatic Colors of #C1BDED
Black with #C1BDED
Text Example
Text Example
White with #C1BDED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDED; }
p { color: rgb(193,189,237); }
H1.HeaderClassName
{
color: #C1BDED;
}
.AnyTagClassName
{
color: #C1BDED;
}
</style>
background-color css
<style>
a { background-color: #C1BDED; }
a { background-color: rgb(193,189,237); }
div.DivClassName
{
background-color: #C1BDED;
}
.BgClassName
{
background-color: #C1BDED;
}
</style>
border-color css
<style>
span { border-color: #C1BDED; }
span { border-color: rgb(193,189,237); }
td.TdClassName
{
border-color: #C1BDED;
}
.TagClassName
{
border-color: #C1BDED;
}
</style>