Shades of Lavender Grey #C0BCEC
Tints of Lavender Grey #C0BCEC
RGB
CMYK
RGB Variations
Color information
#C0BCEC (or 0xC0BCEC) is known color: Lavender Grey. HEX triplet: C0, BC and EC. RGB value is (192,188,236). Sum of RGB (Red+Green+Blue) = 192+188+236=616 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.17% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 236 (92.58% from 255 or 38.31% from 616); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0BCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C0BCEC is #3F4313. Grayscale: #C2C2C2. Windows color (decimal): -4145940 or 15514816. OLE color: 15514816.
HSL color Cylindrical-coordinate representation of color #C0BCEC: hue angle of 245º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C0BCEC is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 192 | 188 | 236 | - |
| CMYK | 0.19 | 0.20 | 0 | 0.07 |
| HSL | 245º | 0.56% | 0.83% | - |
| HSV(B) | 245º | 0.2% | 0.93% | - |
| XYZ | 54.86 | 53.23 | 86.74 | - |
| YUV | 194.67 | 151.33 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 236 | 0.19 | 0.20 | 0 | 0.07 | 245 | 0.56 | 0.83 |
| Hex | C0 | BC | EC | 13 | 14 | 0 | 7 | F5 | 38 | 53 |
| Octal | 300 | 274 | 354 | 23 | 24 | 0 | 7 | 365 | 70 | 123 |
| Binary | 11000000 | 10111100 | 11101100 | 10011 | 10100 | 0 | 111 | 11110101 | 111000 | 1010011 |
Color Harmonies of #C0BCEC
Complementary color
Monochromatic Colors of #C0BCEC
Black with #C0BCEC
Text Example
Text Example
White with #C0BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCEC; }
p { color: rgb(192,188,236); }
H1.HeaderClassName
{
color: #C0BCEC;
}
.AnyTagClassName
{
color: #C0BCEC;
}
</style>
background-color css
<style>
a { background-color: #C0BCEC; }
a { background-color: rgb(192,188,236); }
div.DivClassName
{
background-color: #C0BCEC;
}
.BgClassName
{
background-color: #C0BCEC;
}
</style>
border-color css
<style>
span { border-color: #C0BCEC; }
span { border-color: rgb(192,188,236); }
td.TdClassName
{
border-color: #C0BCEC;
}
.TagClassName
{
border-color: #C0BCEC;
}
</style>