Shades of Lavender Grey #C0BFE0
Tints of Lavender Grey #C0BFE0
RGB
CMYK
RGB Variations
Color information
#C0BFE0 (or 0xC0BFE0) is known color: Lavender Grey. HEX triplet: C0, BF and E0. RGB value is (192,191,224). Sum of RGB (Red+Green+Blue) = 192+191+224=607 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.63% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #C0BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFE0 is #3F401F. Grayscale: #C2C2C2. Windows color (decimal): -4145184 or 14729152. OLE color: 14729152.
HSL color Cylindrical-coordinate representation of color #C0BFE0: hue angle of 241.82º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #C0BFE0 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 192 | 191 | 224 | - |
| CMYK | 0.14 | 0.15 | 0 | 0.12 |
| HSL | 241.82º | 0.35% | 0.81% | - |
| HSV(B) | 241.82º | 0.15% | 0.88% | - |
| XYZ | 53.82 | 53.85 | 78.08 | - |
| YUV | 195.06 | 144.33 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 224 | 0.14 | 0.15 | 0 | 0.12 | 241.82 | 0.35 | 0.81 |
| Hex | C0 | BF | E0 | E | F | 0 | C | F2 | 23 | 51 |
| Octal | 300 | 277 | 340 | 16 | 17 | 0 | 14 | 362 | 43 | 121 |
| Binary | 11000000 | 10111111 | 11100000 | 1110 | 1111 | 0 | 1100 | 11110010 | 100011 | 1010001 |
Color Harmonies of #C0BFE0
Complementary color
Monochromatic Colors of #C0BFE0
Black with #C0BFE0
Text Example
Text Example
White with #C0BFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFE0; }
p { color: rgb(192,191,224); }
H1.HeaderClassName
{
color: #C0BFE0;
}
.AnyTagClassName
{
color: #C0BFE0;
}
</style>
background-color css
<style>
a { background-color: #C0BFE0; }
a { background-color: rgb(192,191,224); }
div.DivClassName
{
background-color: #C0BFE0;
}
.BgClassName
{
background-color: #C0BFE0;
}
</style>
border-color css
<style>
span { border-color: #C0BFE0; }
span { border-color: rgb(192,191,224); }
td.TdClassName
{
border-color: #C0BFE0;
}
.TagClassName
{
border-color: #C0BFE0;
}
</style>