Shades of Lavender Grey #C0BFEA
Tints of Lavender Grey #C0BFEA
RGB
CMYK
RGB Variations
Color information
#C0BFEA (or 0xC0BFEA) is known color: Lavender Grey. HEX triplet: C0, BF and EA. RGB value is (192,191,234). Sum of RGB (Red+Green+Blue) = 192+191+234=617 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.12% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0BFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BFEA is #3F4015. Grayscale: #C4C4C4. Windows color (decimal): -4145174 or 15384512. OLE color: 15384512.
HSL color Cylindrical-coordinate representation of color #C0BFEA: hue angle of 241.4º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C0BFEA is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 191 | 234 | - |
| CMYK | 0.18 | 0.18 | 0 | 0.08 |
| HSL | 241.4º | 0.51% | 0.83% | - |
| HSV(B) | 241.4º | 0.18% | 0.92% | - |
| XYZ | 55.22 | 54.41 | 85.43 | - |
| YUV | 196.2 | 149.33 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 234 | 0.18 | 0.18 | 0 | 0.08 | 241.4 | 0.51 | 0.83 |
| Hex | C0 | BF | EA | 12 | 12 | 0 | 8 | F1 | 33 | 53 |
| Octal | 300 | 277 | 352 | 22 | 22 | 0 | 10 | 361 | 63 | 123 |
| Binary | 11000000 | 10111111 | 11101010 | 10010 | 10010 | 0 | 1000 | 11110001 | 110011 | 1010011 |
Color Harmonies of #C0BFEA
Complementary color
Monochromatic Colors of #C0BFEA
Black with #C0BFEA
Text Example
Text Example
White with #C0BFEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFEA; }
p { color: rgb(192,191,234); }
H1.HeaderClassName
{
color: #C0BFEA;
}
.AnyTagClassName
{
color: #C0BFEA;
}
</style>
background-color css
<style>
a { background-color: #C0BFEA; }
a { background-color: rgb(192,191,234); }
div.DivClassName
{
background-color: #C0BFEA;
}
.BgClassName
{
background-color: #C0BFEA;
}
</style>
border-color css
<style>
span { border-color: #C0BFEA; }
span { border-color: rgb(192,191,234); }
td.TdClassName
{
border-color: #C0BFEA;
}
.TagClassName
{
border-color: #C0BFEA;
}
</style>