Shades of Lavender Grey #C0BCEF
Tints of Lavender Grey #C0BCEF
RGB
CMYK
RGB Variations
Color information
#C0BCEF (or 0xC0BCEF) is known color: Lavender Grey. HEX triplet: C0, BC and EF. RGB value is (192,188,239). Sum of RGB (Red+Green+Blue) = 192+188+239=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 239 (93.75% from 255 or 38.61% from 619); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0BCEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCEF is #3F4310. Grayscale: #C2C2C2. Windows color (decimal): -4145937 or 15711424. OLE color: 15711424.
HSL color Cylindrical-coordinate representation of color #C0BCEF: hue angle of 244.71º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C0BCEF is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 188 | 239 | - |
| CMYK | 0.20 | 0.21 | 0 | 0.06 |
| HSL | 244.71º | 0.61% | 0.84% | - |
| HSV(B) | 244.71º | 0.21% | 0.94% | - |
| XYZ | 55.3 | 53.4 | 89.05 | - |
| YUV | 195.01 | 152.83 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 239 | 0.20 | 0.21 | 0 | 0.06 | 244.71 | 0.61 | 0.84 |
| Hex | C0 | BC | EF | 14 | 15 | 0 | 6 | F5 | 3D | 54 |
| Octal | 300 | 274 | 357 | 24 | 25 | 0 | 6 | 365 | 75 | 124 |
| Binary | 11000000 | 10111100 | 11101111 | 10100 | 10101 | 0 | 110 | 11110101 | 111101 | 1010100 |
Color Harmonies of #C0BCEF
Complementary color
Monochromatic Colors of #C0BCEF
Black with #C0BCEF
Text Example
Text Example
White with #C0BCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCEF; }
p { color: rgb(192,188,239); }
H1.HeaderClassName
{
color: #C0BCEF;
}
.AnyTagClassName
{
color: #C0BCEF;
}
</style>
background-color css
<style>
a { background-color: #C0BCEF; }
a { background-color: rgb(192,188,239); }
div.DivClassName
{
background-color: #C0BCEF;
}
.BgClassName
{
background-color: #C0BCEF;
}
</style>
border-color css
<style>
span { border-color: #C0BCEF; }
span { border-color: rgb(192,188,239); }
td.TdClassName
{
border-color: #C0BCEF;
}
.TagClassName
{
border-color: #C0BCEF;
}
</style>