Shades of Lavender Grey #C0BFD1
Tints of Lavender Grey #C0BFD1
RGB
CMYK
RGB Variations
Color information
#C0BFD1 (or 0xC0BFD1) is known color: Lavender Grey. HEX triplet: C0, BF and D1. RGB value is (192,191,209). Sum of RGB (Red+Green+Blue) = 192+191+209=592 (78% of max value = 765). Red value is 192 (75.39% from 255 or 32.43% from 592); Green value is 191 (75% from 255 or 32.26% from 592); Blue value is 209 (82.03% from 255 or 35.30% from 592); Max value from RGB is 209 - color contains mainly: blue. Hex color #C0BFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0BFD1 is #3F402E. Grayscale: #C1C1C1. Windows color (decimal): -4145199 or 13746112. OLE color: 13746112.
HSL color Cylindrical-coordinate representation of color #C0BFD1: hue angle of 243.33º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C0BFD1 is Cyan = 0.08, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 191 | 209 | - |
| CMYK | 0.08 | 0.09 | 0 | 0.18 |
| HSL | 243.33º | 0.16% | 0.78% | - |
| HSV(B) | 243.33º | 0.09% | 0.82% | - |
| XYZ | 51.88 | 53.07 | 67.83 | - |
| YUV | 193.35 | 136.83 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 209 | 0.08 | 0.09 | 0 | 0.18 | 243.33 | 0.16 | 0.78 |
| Hex | C0 | BF | D1 | 8 | 9 | 0 | 12 | F3 | 10 | 4E |
| Octal | 300 | 277 | 321 | 10 | 11 | 0 | 22 | 363 | 20 | 116 |
| Binary | 11000000 | 10111111 | 11010001 | 1000 | 1001 | 0 | 10010 | 11110011 | 10000 | 1001110 |
Color Harmonies of #C0BFD1
Complementary color
Monochromatic Colors of #C0BFD1
Black with #C0BFD1
Text Example
Text Example
White with #C0BFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BFD1; }
p { color: rgb(192,191,209); }
H1.HeaderClassName
{
color: #C0BFD1;
}
.AnyTagClassName
{
color: #C0BFD1;
}
</style>
background-color css
<style>
a { background-color: #C0BFD1; }
a { background-color: rgb(192,191,209); }
div.DivClassName
{
background-color: #C0BFD1;
}
.BgClassName
{
background-color: #C0BFD1;
}
</style>
border-color css
<style>
span { border-color: #C0BFD1; }
span { border-color: rgb(192,191,209); }
td.TdClassName
{
border-color: #C0BFD1;
}
.TagClassName
{
border-color: #C0BFD1;
}
</style>