Shades of Lavender Grey #C0BCDF
Tints of Lavender Grey #C0BCDF
RGB
CMYK
RGB Variations
Color information
#C0BCDF (or 0xC0BCDF) is known color: Lavender Grey. HEX triplet: C0, BC and DF. RGB value is (192,188,223). Sum of RGB (Red+Green+Blue) = 192+188+223=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #C0BCDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BCDF is #3F4320. Grayscale: #C1C1C1. Windows color (decimal): -4145953 or 14662848. OLE color: 14662848.
HSL color Cylindrical-coordinate representation of color #C0BCDF: hue angle of 246.86º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C0BCDF is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 192 | 188 | 223 | - |
CMYK | 0.14 | 0.16 | 0 | 0.13 |
HSL | 246.86º | 0.35% | 0.81% | - |
HSV(B) | 246.86º | 0.16% | 0.87% | - |
XYZ | 53.04 | 52.5 | 77.15 | - |
YUV | 193.19 | 144.83 | 127.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 188 | 223 | 0.14 | 0.16 | 0 | 0.13 | 246.86 | 0.35 | 0.81 |
Hex | C0 | BC | DF | E | 10 | 0 | D | F7 | 23 | 51 |
Octal | 300 | 274 | 337 | 16 | 20 | 0 | 15 | 367 | 43 | 121 |
Binary | 11000000 | 10111100 | 11011111 | 1110 | 10000 | 0 | 1101 | 11110111 | 100011 | 1010001 |
Color Harmonies of #C0BCDF
Complementary color
Monochromatic Colors of #C0BCDF
Black with #C0BCDF
Text Example
Text Example
White with #C0BCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BCDF; }
p { color: rgb(192,188,223); }
H1.HeaderClassName
{
color: #C0BCDF;
}
.AnyTagClassName
{
color: #C0BCDF;
}
</style>
background-color css
<style>
a { background-color: #C0BCDF; }
a { background-color: rgb(192,188,223); }
div.DivClassName
{
background-color: #C0BCDF;
}
.BgClassName
{
background-color: #C0BCDF;
}
</style>
border-color css
<style>
span { border-color: #C0BCDF; }
span { border-color: rgb(192,188,223); }
td.TdClassName
{
border-color: #C0BCDF;
}
.TagClassName
{
border-color: #C0BCDF;
}
</style>