Shades of Lavender Grey #C1BFEB
Tints of Lavender Grey #C1BFEB
RGB
CMYK
RGB Variations
Color information
#C1BFEB (or 0xC1BFEB) is known color: Lavender Grey. HEX triplet: C1, BF and EB. RGB value is (193,191,235). Sum of RGB (Red+Green+Blue) = 193+191+235=619 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.18% from 619); Green value is 191 (75% from 255 or 30.86% from 619); Blue value is 235 (92.19% from 255 or 37.96% from 619); Max value from RGB is 235 - color contains mainly: blue. Hex color #C1BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFEB is #3E4014. Grayscale: #C4C4C4. Windows color (decimal): -4079637 or 15450049. OLE color: 15450049.
HSL color Cylindrical-coordinate representation of color #C1BFEB: hue angle of 242.73º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C1BFEB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 193 | 191 | 235 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.08 |
| HSL | 242.73º | 0.52% | 0.84% | - |
| HSV(B) | 242.73º | 0.19% | 0.92% | - |
| XYZ | 55.62 | 54.6 | 86.2 | - |
| YUV | 196.61 | 149.66 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 235 | 0.18 | 0.19 | 0 | 0.08 | 242.73 | 0.52 | 0.84 |
| Hex | C1 | BF | EB | 12 | 13 | 0 | 8 | F3 | 34 | 54 |
| Octal | 301 | 277 | 353 | 22 | 23 | 0 | 10 | 363 | 64 | 124 |
| Binary | 11000001 | 10111111 | 11101011 | 10010 | 10011 | 0 | 1000 | 11110011 | 110100 | 1010100 |
Color Harmonies of #C1BFEB
Complementary color
Monochromatic Colors of #C1BFEB
Black with #C1BFEB
Text Example
Text Example
White with #C1BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFEB; }
p { color: rgb(193,191,235); }
H1.HeaderClassName
{
color: #C1BFEB;
}
.AnyTagClassName
{
color: #C1BFEB;
}
</style>
background-color css
<style>
a { background-color: #C1BFEB; }
a { background-color: rgb(193,191,235); }
div.DivClassName
{
background-color: #C1BFEB;
}
.BgClassName
{
background-color: #C1BFEB;
}
</style>
border-color css
<style>
span { border-color: #C1BFEB; }
span { border-color: rgb(193,191,235); }
td.TdClassName
{
border-color: #C1BFEB;
}
.TagClassName
{
border-color: #C1BFEB;
}
</style>