Shades of Lavender Grey #C1BFEE
Tints of Lavender Grey #C1BFEE
RGB
CMYK
RGB Variations
Color information
#C1BFEE (or 0xC1BFEE) is known color: Lavender Grey. HEX triplet: C1, BF and EE. RGB value is (193,191,238). Sum of RGB (Red+Green+Blue) = 193+191+238=622 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.03% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 238 - color contains mainly: blue. Hex color #C1BFEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFEE is #3E4011. Grayscale: #C4C4C4. Windows color (decimal): -4079634 or 15646657. OLE color: 15646657.
HSL color Cylindrical-coordinate representation of color #C1BFEE: hue angle of 242.55º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C1BFEE is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 193 | 191 | 238 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.07 |
| HSL | 242.55º | 0.58% | 0.84% | - |
| HSV(B) | 242.55º | 0.2% | 0.93% | - |
| XYZ | 56.06 | 54.77 | 88.51 | - |
| YUV | 196.96 | 151.16 | 125.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 238 | 0.19 | 0.20 | 0 | 0.07 | 242.55 | 0.58 | 0.84 |
| Hex | C1 | BF | EE | 13 | 14 | 0 | 7 | F3 | 3A | 54 |
| Octal | 301 | 277 | 356 | 23 | 24 | 0 | 7 | 363 | 72 | 124 |
| Binary | 11000001 | 10111111 | 11101110 | 10011 | 10100 | 0 | 111 | 11110011 | 111010 | 1010100 |
Color Harmonies of #C1BFEE
Complementary color
Monochromatic Colors of #C1BFEE
Black with #C1BFEE
Text Example
Text Example
White with #C1BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFEE; }
p { color: rgb(193,191,238); }
H1.HeaderClassName
{
color: #C1BFEE;
}
.AnyTagClassName
{
color: #C1BFEE;
}
</style>
background-color css
<style>
a { background-color: #C1BFEE; }
a { background-color: rgb(193,191,238); }
div.DivClassName
{
background-color: #C1BFEE;
}
.BgClassName
{
background-color: #C1BFEE;
}
</style>
border-color css
<style>
span { border-color: #C1BFEE; }
span { border-color: rgb(193,191,238); }
td.TdClassName
{
border-color: #C1BFEE;
}
.TagClassName
{
border-color: #C1BFEE;
}
</style>