Shades of Lavender Grey #C1BDE2
Tints of Lavender Grey #C1BDE2
RGB
CMYK
RGB Variations
Color information
#C1BDE2 (or 0xC1BDE2) is known color: Lavender Grey. HEX triplet: C1, BD and E2. RGB value is (193,189,226). Sum of RGB (Red+Green+Blue) = 193+189+226=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 226 (88.67% from 255 or 37.17% from 608); Max value from RGB is 226 - color contains mainly: blue. Hex color #C1BDE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDE2 is #3E421D. Grayscale: #C2C2C2. Windows color (decimal): -4080158 or 14859713. OLE color: 14859713.
HSL color Cylindrical-coordinate representation of color #C1BDE2: hue angle of 246.49º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BDE2 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 189 | 226 | - |
| CMYK | 0.15 | 0.16 | 0 | 0.11 |
| HSL | 246.49º | 0.39% | 0.81% | - |
| HSV(B) | 246.49º | 0.16% | 0.89% | - |
| XYZ | 53.92 | 53.22 | 79.38 | - |
| YUV | 194.41 | 145.83 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 226 | 0.15 | 0.16 | 0 | 0.11 | 246.49 | 0.39 | 0.81 |
| Hex | C1 | BD | E2 | F | 10 | 0 | B | F6 | 27 | 51 |
| Octal | 301 | 275 | 342 | 17 | 20 | 0 | 13 | 366 | 47 | 121 |
| Binary | 11000001 | 10111101 | 11100010 | 1111 | 10000 | 0 | 1011 | 11110110 | 100111 | 1010001 |
Color Harmonies of #C1BDE2
Complementary color
Monochromatic Colors of #C1BDE2
Black with #C1BDE2
Text Example
Text Example
White with #C1BDE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDE2; }
p { color: rgb(193,189,226); }
H1.HeaderClassName
{
color: #C1BDE2;
}
.AnyTagClassName
{
color: #C1BDE2;
}
</style>
background-color css
<style>
a { background-color: #C1BDE2; }
a { background-color: rgb(193,189,226); }
div.DivClassName
{
background-color: #C1BDE2;
}
.BgClassName
{
background-color: #C1BDE2;
}
</style>
border-color css
<style>
span { border-color: #C1BDE2; }
span { border-color: rgb(193,189,226); }
td.TdClassName
{
border-color: #C1BDE2;
}
.TagClassName
{
border-color: #C1BDE2;
}
</style>