Shades of Lavender Grey #C2BFEC
Tints of Lavender Grey #C2BFEC
RGB
CMYK
RGB Variations
Color information
#C2BFEC (or 0xC2BFEC) is known color: Lavender Grey. HEX triplet: C2, BF and EC. RGB value is (194,191,236). Sum of RGB (Red+Green+Blue) = 194+191+236=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFEC is #3D4013. Grayscale: #C4C4C4. Windows color (decimal): -4014100 or 15515586. OLE color: 15515586.
HSL color Cylindrical-coordinate representation of color #C2BFEC: hue angle of 244º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BFEC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 191 | 236 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.07 |
| HSL | 244º | 0.54% | 0.84% | - |
| HSV(B) | 244º | 0.19% | 0.93% | - |
| XYZ | 56.02 | 54.79 | 86.98 | - |
| YUV | 197.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 236 | 0.18 | 0.19 | 0 | 0.07 | 244 | 0.54 | 0.84 |
| Hex | C2 | BF | EC | 12 | 13 | 0 | 7 | F4 | 36 | 54 |
| Octal | 302 | 277 | 354 | 22 | 23 | 0 | 7 | 364 | 66 | 124 |
| Binary | 11000010 | 10111111 | 11101100 | 10010 | 10011 | 0 | 111 | 11110100 | 110110 | 1010100 |
Color Harmonies of #C2BFEC
Complementary color
Monochromatic Colors of #C2BFEC
Black with #C2BFEC
Text Example
Text Example
White with #C2BFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFEC; }
p { color: rgb(194,191,236); }
H1.HeaderClassName
{
color: #C2BFEC;
}
.AnyTagClassName
{
color: #C2BFEC;
}
</style>
background-color css
<style>
a { background-color: #C2BFEC; }
a { background-color: rgb(194,191,236); }
div.DivClassName
{
background-color: #C2BFEC;
}
.BgClassName
{
background-color: #C2BFEC;
}
</style>
border-color css
<style>
span { border-color: #C2BFEC; }
span { border-color: rgb(194,191,236); }
td.TdClassName
{
border-color: #C2BFEC;
}
.TagClassName
{
border-color: #C2BFEC;
}
</style>