Shades of Lavender Grey #C1BDE3
Tints of Lavender Grey #C1BDE3
RGB
CMYK
RGB Variations
Color information
#C1BDE3 (or 0xC1BDE3) is known color: Lavender Grey. HEX triplet: C1, BD and E3. RGB value is (193,189,227). Sum of RGB (Red+Green+Blue) = 193+189+227=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 189 (74.22% from 255 or 31.03% from 609); Blue value is 227 (89.06% from 255 or 37.27% from 609); Max value from RGB is 227 - color contains mainly: blue. Hex color #C1BDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BDE3 is #3E421C. Grayscale: #C2C2C2. Windows color (decimal): -4080157 or 14925249. OLE color: 14925249.
HSL color Cylindrical-coordinate representation of color #C1BDE3: hue angle of 246.32º degrees, saturation: 0.4, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1BDE3 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 189 | 227 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.11 |
| HSL | 246.32º | 0.4% | 0.82% | - |
| HSV(B) | 246.32º | 0.17% | 0.89% | - |
| XYZ | 54.06 | 53.28 | 80.11 | - |
| YUV | 194.53 | 146.33 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 227 | 0.15 | 0.17 | 0 | 0.11 | 246.32 | 0.4 | 0.82 |
| Hex | C1 | BD | E3 | F | 11 | 0 | B | F6 | 28 | 52 |
| Octal | 301 | 275 | 343 | 17 | 21 | 0 | 13 | 366 | 50 | 122 |
| Binary | 11000001 | 10111101 | 11100011 | 1111 | 10001 | 0 | 1011 | 11110110 | 101000 | 1010010 |
Color Harmonies of #C1BDE3
Complementary color
Monochromatic Colors of #C1BDE3
Black with #C1BDE3
Text Example
Text Example
White with #C1BDE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDE3; }
p { color: rgb(193,189,227); }
H1.HeaderClassName
{
color: #C1BDE3;
}
.AnyTagClassName
{
color: #C1BDE3;
}
</style>
background-color css
<style>
a { background-color: #C1BDE3; }
a { background-color: rgb(193,189,227); }
div.DivClassName
{
background-color: #C1BDE3;
}
.BgClassName
{
background-color: #C1BDE3;
}
</style>
border-color css
<style>
span { border-color: #C1BDE3; }
span { border-color: rgb(193,189,227); }
td.TdClassName
{
border-color: #C1BDE3;
}
.TagClassName
{
border-color: #C1BDE3;
}
</style>