Shades of Lavender Grey #C1BDEA
Tints of Lavender Grey #C1BDEA
RGB
CMYK
RGB Variations
Color information
#C1BDEA (or 0xC1BDEA) is known color: Lavender Grey. HEX triplet: C1, BD and EA. RGB value is (193,189,234). Sum of RGB (Red+Green+Blue) = 193+189+234=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 189 (74.22% from 255 or 30.68% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1BDEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDEA is #3E4215. Grayscale: #C3C3C3. Windows color (decimal): -4080150 or 15384001. OLE color: 15384001.
HSL color Cylindrical-coordinate representation of color #C1BDEA: hue angle of 245.33º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BDEA is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 189 | 234 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.08 |
| HSL | 245.33º | 0.52% | 0.83% | - |
| HSV(B) | 245.33º | 0.19% | 0.92% | - |
| XYZ | 55.04 | 53.67 | 85.3 | - |
| YUV | 195.33 | 149.83 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 234 | 0.18 | 0.19 | 0 | 0.08 | 245.33 | 0.52 | 0.83 |
| Hex | C1 | BD | EA | 12 | 13 | 0 | 8 | F5 | 34 | 53 |
| Octal | 301 | 275 | 352 | 22 | 23 | 0 | 10 | 365 | 64 | 123 |
| Binary | 11000001 | 10111101 | 11101010 | 10010 | 10011 | 0 | 1000 | 11110101 | 110100 | 1010011 |
Color Harmonies of #C1BDEA
Complementary color
Monochromatic Colors of #C1BDEA
Black with #C1BDEA
Text Example
Text Example
White with #C1BDEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDEA; }
p { color: rgb(193,189,234); }
H1.HeaderClassName
{
color: #C1BDEA;
}
.AnyTagClassName
{
color: #C1BDEA;
}
</style>
background-color css
<style>
a { background-color: #C1BDEA; }
a { background-color: rgb(193,189,234); }
div.DivClassName
{
background-color: #C1BDEA;
}
.BgClassName
{
background-color: #C1BDEA;
}
</style>
border-color css
<style>
span { border-color: #C1BDEA; }
span { border-color: rgb(193,189,234); }
td.TdClassName
{
border-color: #C1BDEA;
}
.TagClassName
{
border-color: #C1BDEA;
}
</style>