Shades of Lavender Grey #C1BDEF
Tints of Lavender Grey #C1BDEF
RGB
CMYK
RGB Variations
Color information
#C1BDEF (or 0xC1BDEF) is known color: Lavender Grey. HEX triplet: C1, BD and EF. RGB value is (193,189,239). Sum of RGB (Red+Green+Blue) = 193+189+239=621 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.08% from 621); Green value is 189 (74.22% from 255 or 30.43% from 621); Blue value is 239 (93.75% from 255 or 38.49% from 621); Max value from RGB is 239 - color contains mainly: blue. Hex color #C1BDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDEF is #3E4210. Grayscale: #C3C3C3. Windows color (decimal): -4080145 or 15711681. OLE color: 15711681.
HSL color Cylindrical-coordinate representation of color #C1BDEF: hue angle of 244.8º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C1BDEF is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 193 | 189 | 239 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.06 |
| HSL | 244.8º | 0.61% | 0.84% | - |
| HSV(B) | 244.8º | 0.21% | 0.94% | - |
| XYZ | 55.77 | 53.96 | 89.14 | - |
| YUV | 195.9 | 152.33 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 239 | 0.19 | 0.21 | 0 | 0.06 | 244.8 | 0.61 | 0.84 |
| Hex | C1 | BD | EF | 13 | 15 | 0 | 6 | F5 | 3D | 54 |
| Octal | 301 | 275 | 357 | 23 | 25 | 0 | 6 | 365 | 75 | 124 |
| Binary | 11000001 | 10111101 | 11101111 | 10011 | 10101 | 0 | 110 | 11110101 | 111101 | 1010100 |
Color Harmonies of #C1BDEF
Complementary color
Monochromatic Colors of #C1BDEF
Black with #C1BDEF
Text Example
Text Example
White with #C1BDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDEF; }
p { color: rgb(193,189,239); }
H1.HeaderClassName
{
color: #C1BDEF;
}
.AnyTagClassName
{
color: #C1BDEF;
}
</style>
background-color css
<style>
a { background-color: #C1BDEF; }
a { background-color: rgb(193,189,239); }
div.DivClassName
{
background-color: #C1BDEF;
}
.BgClassName
{
background-color: #C1BDEF;
}
</style>
border-color css
<style>
span { border-color: #C1BDEF; }
span { border-color: rgb(193,189,239); }
td.TdClassName
{
border-color: #C1BDEF;
}
.TagClassName
{
border-color: #C1BDEF;
}
</style>