Shades of Lavender Grey #C0BDD6
Tints of Lavender Grey #C0BDD6
RGB
CMYK
RGB Variations
Color information
#C0BDD6 (or 0xC0BDD6) is known color: Lavender Grey. HEX triplet: C0, BD and D6. RGB value is (192,189,214). Sum of RGB (Red+Green+Blue) = 192+189+214=595 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.27% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 214 (83.98% from 255 or 35.97% from 595); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0BDD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BDD6 is #3F4229. Grayscale: #C0C0C0. Windows color (decimal): -4145706 or 14073280. OLE color: 14073280.
HSL color Cylindrical-coordinate representation of color #C0BDD6: hue angle of 247.2º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C0BDD6 is Cyan = 0.10, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 189 | 214 | - |
| CMYK | 0.10 | 0.12 | 0 | 0.16 |
| HSL | 247.2º | 0.23% | 0.79% | - |
| HSV(B) | 247.2º | 0.12% | 0.84% | - |
| XYZ | 52.07 | 52.46 | 71 | - |
| YUV | 192.75 | 139.99 | 127.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 214 | 0.10 | 0.12 | 0 | 0.16 | 247.2 | 0.23 | 0.79 |
| Hex | C0 | BD | D6 | A | C | 0 | 10 | F7 | 17 | 4F |
| Octal | 300 | 275 | 326 | 12 | 14 | 0 | 20 | 367 | 27 | 117 |
| Binary | 11000000 | 10111101 | 11010110 | 1010 | 1100 | 0 | 10000 | 11110111 | 10111 | 1001111 |
Color Harmonies of #C0BDD6
Complementary color
Monochromatic Colors of #C0BDD6
Black with #C0BDD6
Text Example
Text Example
White with #C0BDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BDD6; }
p { color: rgb(192,189,214); }
H1.HeaderClassName
{
color: #C0BDD6;
}
.AnyTagClassName
{
color: #C0BDD6;
}
</style>
background-color css
<style>
a { background-color: #C0BDD6; }
a { background-color: rgb(192,189,214); }
div.DivClassName
{
background-color: #C0BDD6;
}
.BgClassName
{
background-color: #C0BDD6;
}
</style>
border-color css
<style>
span { border-color: #C0BDD6; }
span { border-color: rgb(192,189,214); }
td.TdClassName
{
border-color: #C0BDD6;
}
.TagClassName
{
border-color: #C0BDD6;
}
</style>