Shades of Lavender Grey #C0BFEB
Tints of Lavender Grey #C0BFEB
RGB
CMYK
RGB Variations
Color information
#C0BFEB (or 0xC0BFEB) is known color: Lavender Grey. HEX triplet: C0, BF and EB. RGB value is (192,191,235). Sum of RGB (Red+Green+Blue) = 192+191+235=618 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.07% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 235 (92.19% from 255 or 38.03% from 618); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0BFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFEB is #3F4014. Grayscale: #C4C4C4. Windows color (decimal): -4145173 or 15450048. OLE color: 15450048.
HSL color Cylindrical-coordinate representation of color #C0BFEB: hue angle of 241.36º 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 #C0BFEB is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 191 | 235 | - |
| CMYK | 0.18 | 0.19 | 0 | 0.08 |
| HSL | 241.36º | 0.52% | 0.84% | - |
| HSV(B) | 241.36º | 0.19% | 0.92% | - |
| XYZ | 55.36 | 54.47 | 86.19 | - |
| YUV | 196.32 | 149.83 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 235 | 0.18 | 0.19 | 0 | 0.08 | 241.36 | 0.52 | 0.84 |
| Hex | C0 | BF | EB | 12 | 13 | 0 | 8 | F1 | 34 | 54 |
| Octal | 300 | 277 | 353 | 22 | 23 | 0 | 10 | 361 | 64 | 124 |
| Binary | 11000000 | 10111111 | 11101011 | 10010 | 10011 | 0 | 1000 | 11110001 | 110100 | 1010100 |
Color Harmonies of #C0BFEB
Complementary color
Monochromatic Colors of #C0BFEB
Black with #C0BFEB
Text Example
Text Example
White with #C0BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFEB; }
p { color: rgb(192,191,235); }
H1.HeaderClassName
{
color: #C0BFEB;
}
.AnyTagClassName
{
color: #C0BFEB;
}
</style>
background-color css
<style>
a { background-color: #C0BFEB; }
a { background-color: rgb(192,191,235); }
div.DivClassName
{
background-color: #C0BFEB;
}
.BgClassName
{
background-color: #C0BFEB;
}
</style>
border-color css
<style>
span { border-color: #C0BFEB; }
span { border-color: rgb(192,191,235); }
td.TdClassName
{
border-color: #C0BFEB;
}
.TagClassName
{
border-color: #C0BFEB;
}
</style>