Shades of Lavender Grey #C0BCEB
Tints of Lavender Grey #C0BCEB
RGB
CMYK
RGB Variations
Color information
#C0BCEB (or 0xC0BCEB) is known color: Lavender Grey. HEX triplet: C0, BC and EB. RGB value is (192,188,235). Sum of RGB (Red+Green+Blue) = 192+188+235=615 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.22% from 615); Green value is 188 (73.83% from 255 or 30.57% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0BCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCEB is #3F4314. Grayscale: #C2C2C2. Windows color (decimal): -4145941 or 15449280. OLE color: 15449280.
HSL color Cylindrical-coordinate representation of color #C0BCEB: hue angle of 245.11º degrees, saturation: 0.54, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BCEB is Cyan = 0.18, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 188 | 235 | - |
| CMYK | 0.18 | 0.2 | 0 | 0.08 |
| HSL | 245.11º | 0.54% | 0.83% | - |
| HSV(B) | 245.11º | 0.2% | 0.92% | - |
| XYZ | 54.72 | 53.17 | 85.98 | - |
| YUV | 194.55 | 150.83 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 235 | 0.18 | 0.2 | 0 | 0.08 | 245.11 | 0.54 | 0.83 |
| Hex | C0 | BC | EB | 12 | 14 | 0 | 8 | F5 | 36 | 53 |
| Octal | 300 | 274 | 353 | 22 | 24 | 0 | 10 | 365 | 66 | 123 |
| Binary | 11000000 | 10111100 | 11101011 | 10010 | 10100 | 0 | 1000 | 11110101 | 110110 | 1010011 |
Color Harmonies of #C0BCEB
Complementary color
Monochromatic Colors of #C0BCEB
Black with #C0BCEB
Text Example
Text Example
White with #C0BCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCEB; }
p { color: rgb(192,188,235); }
H1.HeaderClassName
{
color: #C0BCEB;
}
.AnyTagClassName
{
color: #C0BCEB;
}
</style>
background-color css
<style>
a { background-color: #C0BCEB; }
a { background-color: rgb(192,188,235); }
div.DivClassName
{
background-color: #C0BCEB;
}
.BgClassName
{
background-color: #C0BCEB;
}
</style>
border-color css
<style>
span { border-color: #C0BCEB; }
span { border-color: rgb(192,188,235); }
td.TdClassName
{
border-color: #C0BCEB;
}
.TagClassName
{
border-color: #C0BCEB;
}
</style>