Shades of Lavender Grey #C0BED2
Tints of Lavender Grey #C0BED2
RGB
CMYK
RGB Variations
Color information
#C0BED2 (or 0xC0BED2) is known color: Lavender Grey. HEX triplet: C0, BE and D2. RGB value is (192,190,210). Sum of RGB (Red+Green+Blue) = 192+190+210=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 210 (82.42% from 255 or 35.47% from 592); Max value from RGB is 210 - color contains mainly: blue. Hex color #C0BED2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BED2 is #3F412D. Grayscale: #C0C0C0. Windows color (decimal): -4145454 or 13811392. OLE color: 13811392.
HSL color Cylindrical-coordinate representation of color #C0BED2: hue angle of 246º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BED2 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 190 | 210 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.18 |
| HSL | 246º | 0.18% | 0.78% | - |
| HSV(B) | 246º | 0.1% | 0.82% | - |
| XYZ | 51.78 | 52.69 | 68.41 | - |
| YUV | 192.88 | 137.66 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 210 | 0.09 | 0.10 | 0 | 0.18 | 246 | 0.18 | 0.78 |
| Hex | C0 | BE | D2 | 9 | A | 0 | 12 | F6 | 12 | 4E |
| Octal | 300 | 276 | 322 | 11 | 12 | 0 | 22 | 366 | 22 | 116 |
| Binary | 11000000 | 10111110 | 11010010 | 1001 | 1010 | 0 | 10010 | 11110110 | 10010 | 1001110 |
Color Harmonies of #C0BED2
Complementary color
Monochromatic Colors of #C0BED2
Black with #C0BED2
Text Example
Text Example
White with #C0BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BED2; }
p { color: rgb(192,190,210); }
H1.HeaderClassName
{
color: #C0BED2;
}
.AnyTagClassName
{
color: #C0BED2;
}
</style>
background-color css
<style>
a { background-color: #C0BED2; }
a { background-color: rgb(192,190,210); }
div.DivClassName
{
background-color: #C0BED2;
}
.BgClassName
{
background-color: #C0BED2;
}
</style>
border-color css
<style>
span { border-color: #C0BED2; }
span { border-color: rgb(192,190,210); }
td.TdClassName
{
border-color: #C0BED2;
}
.TagClassName
{
border-color: #C0BED2;
}
</style>