Shades of Lavender Grey #C2BFEB
Tints of Lavender Grey #C2BFEB
RGB
CMYK
RGB Variations
Color information
#C2BFEB (or 0xC2BFEB) is known color: Lavender Grey. HEX triplet: C2, BF and EB. RGB value is (194,191,235). Sum of RGB (Red+Green+Blue) = 194+191+235=620 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.29% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 235 (92.19% from 255 or 37.90% from 620); Max value from RGB is 235 - color contains mainly: blue. Hex color #C2BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFEB is #3D4014. Grayscale: #C4C4C4. Windows color (decimal): -4014101 or 15450050. OLE color: 15450050.
HSL color Cylindrical-coordinate representation of color #C2BFEB: hue angle of 244.09º 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 #C2BFEB is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 191 | 235 | - |
| CMYK | 0.17 | 0.19 | 0 | 0.08 |
| HSL | 244.09º | 0.52% | 0.84% | - |
| HSV(B) | 244.09º | 0.19% | 0.92% | - |
| XYZ | 55.87 | 54.73 | 86.22 | - |
| YUV | 196.91 | 149.49 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 235 | 0.17 | 0.19 | 0 | 0.08 | 244.09 | 0.52 | 0.84 |
| Hex | C2 | BF | EB | 11 | 13 | 0 | 8 | F4 | 34 | 54 |
| Octal | 302 | 277 | 353 | 21 | 23 | 0 | 10 | 364 | 64 | 124 |
| Binary | 11000010 | 10111111 | 11101011 | 10001 | 10011 | 0 | 1000 | 11110100 | 110100 | 1010100 |
Color Harmonies of #C2BFEB
Complementary color
Monochromatic Colors of #C2BFEB
Black with #C2BFEB
Text Example
Text Example
White with #C2BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFEB; }
p { color: rgb(194,191,235); }
H1.HeaderClassName
{
color: #C2BFEB;
}
.AnyTagClassName
{
color: #C2BFEB;
}
</style>
background-color css
<style>
a { background-color: #C2BFEB; }
a { background-color: rgb(194,191,235); }
div.DivClassName
{
background-color: #C2BFEB;
}
.BgClassName
{
background-color: #C2BFEB;
}
</style>
border-color css
<style>
span { border-color: #C2BFEB; }
span { border-color: rgb(194,191,235); }
td.TdClassName
{
border-color: #C2BFEB;
}
.TagClassName
{
border-color: #C2BFEB;
}
</style>