Shades of Lavender Grey #C1BFEA
Tints of Lavender Grey #C1BFEA
RGB
CMYK
RGB Variations
Color information
#C1BFEA (or 0xC1BFEA) is known color: Lavender Grey. HEX triplet: C1, BF and EA. RGB value is (193,191,234). Sum of RGB (Red+Green+Blue) = 193+191+234=618 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.23% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 234 (91.80% from 255 or 37.86% from 618); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFEA is #3E4015. Grayscale: #C4C4C4. Windows color (decimal): -4079638 or 15384513. OLE color: 15384513.
HSL color Cylindrical-coordinate representation of color #C1BFEA: hue angle of 242.79º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1BFEA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 191 | 234 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.08 |
| HSL | 242.79º | 0.51% | 0.83% | - |
| HSV(B) | 242.79º | 0.18% | 0.92% | - |
| XYZ | 55.47 | 54.54 | 85.45 | - |
| YUV | 196.5 | 149.16 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 234 | 0.18 | 0.18 | 0 | 0.08 | 242.79 | 0.51 | 0.83 |
| Hex | C1 | BF | EA | 12 | 12 | 0 | 8 | F3 | 33 | 53 |
| Octal | 301 | 277 | 352 | 22 | 22 | 0 | 10 | 363 | 63 | 123 |
| Binary | 11000001 | 10111111 | 11101010 | 10010 | 10010 | 0 | 1000 | 11110011 | 110011 | 1010011 |
Color Harmonies of #C1BFEA
Complementary color
Monochromatic Colors of #C1BFEA
Black with #C1BFEA
Text Example
Text Example
White with #C1BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFEA; }
p { color: rgb(193,191,234); }
H1.HeaderClassName
{
color: #C1BFEA;
}
.AnyTagClassName
{
color: #C1BFEA;
}
</style>
background-color css
<style>
a { background-color: #C1BFEA; }
a { background-color: rgb(193,191,234); }
div.DivClassName
{
background-color: #C1BFEA;
}
.BgClassName
{
background-color: #C1BFEA;
}
</style>
border-color css
<style>
span { border-color: #C1BFEA; }
span { border-color: rgb(193,191,234); }
td.TdClassName
{
border-color: #C1BFEA;
}
.TagClassName
{
border-color: #C1BFEA;
}
</style>