Shades of Lavender Grey #C0BFD6
Tints of Lavender Grey #C0BFD6
RGB
CMYK
RGB Variations
Color information
#C0BFD6 (or 0xC0BFD6) is known color: Lavender Grey. HEX triplet: C0, BF and D6. RGB value is (192,191,214). Sum of RGB (Red+Green+Blue) = 192+191+214=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 214 (83.98% from 255 or 35.85% from 597); Max value from RGB is 214 - color contains mainly: blue. Hex color #C0BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFD6 is #3F4029. Grayscale: #C1C1C1. Windows color (decimal): -4145194 or 14073792. OLE color: 14073792.
HSL color Cylindrical-coordinate representation of color #C0BFD6: hue angle of 242.61º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0BFD6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 192 | 191 | 214 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.16 |
| HSL | 242.61º | 0.22% | 0.79% | - |
| HSV(B) | 242.61º | 0.11% | 0.84% | - |
| XYZ | 52.51 | 53.32 | 71.14 | - |
| YUV | 193.92 | 139.33 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 214 | 0.10 | 0.11 | 0 | 0.16 | 242.61 | 0.22 | 0.79 |
| Hex | C0 | BF | D6 | A | B | 0 | 10 | F3 | 16 | 4F |
| Octal | 300 | 277 | 326 | 12 | 13 | 0 | 20 | 363 | 26 | 117 |
| Binary | 11000000 | 10111111 | 11010110 | 1010 | 1011 | 0 | 10000 | 11110011 | 10110 | 1001111 |
Color Harmonies of #C0BFD6
Complementary color
Monochromatic Colors of #C0BFD6
Black with #C0BFD6
Text Example
Text Example
White with #C0BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFD6; }
p { color: rgb(192,191,214); }
H1.HeaderClassName
{
color: #C0BFD6;
}
.AnyTagClassName
{
color: #C0BFD6;
}
</style>
background-color css
<style>
a { background-color: #C0BFD6; }
a { background-color: rgb(192,191,214); }
div.DivClassName
{
background-color: #C0BFD6;
}
.BgClassName
{
background-color: #C0BFD6;
}
</style>
border-color css
<style>
span { border-color: #C0BFD6; }
span { border-color: rgb(192,191,214); }
td.TdClassName
{
border-color: #C0BFD6;
}
.TagClassName
{
border-color: #C0BFD6;
}
</style>