Shades of Lavender Grey #C1BFD6
Tints of Lavender Grey #C1BFD6
RGB
CMYK
RGB Variations
Color information
#C1BFD6 (or 0xC1BFD6) is known color: Lavender Grey. HEX triplet: C1, BF and D6. RGB value is (193,191,214). Sum of RGB (Red+Green+Blue) = 193+191+214=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 191 (75% from 255 or 31.94% from 598); Blue value is 214 (83.98% from 255 or 35.79% from 598); Max value from RGB is 214 - color contains mainly: blue. Hex color #C1BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFD6 is #3E4029. Grayscale: #C2C2C2. Windows color (decimal): -4079658 or 14073793. OLE color: 14073793.
HSL color Cylindrical-coordinate representation of color #C1BFD6: hue angle of 245.22º 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 #C1BFD6 is Cyan = 0.10, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 191 | 214 | - |
| CMYK | 0.10 | 0.11 | 0 | 0.16 |
| HSL | 245.22º | 0.22% | 0.79% | - |
| HSV(B) | 245.22º | 0.11% | 0.84% | - |
| XYZ | 52.76 | 53.45 | 71.16 | - |
| YUV | 194.22 | 139.16 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 214 | 0.10 | 0.11 | 0 | 0.16 | 245.22 | 0.22 | 0.79 |
| Hex | C1 | BF | D6 | A | B | 0 | 10 | F5 | 16 | 4F |
| Octal | 301 | 277 | 326 | 12 | 13 | 0 | 20 | 365 | 26 | 117 |
| Binary | 11000001 | 10111111 | 11010110 | 1010 | 1011 | 0 | 10000 | 11110101 | 10110 | 1001111 |
Color Harmonies of #C1BFD6
Complementary color
Monochromatic Colors of #C1BFD6
Black with #C1BFD6
Text Example
Text Example
White with #C1BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFD6; }
p { color: rgb(193,191,214); }
H1.HeaderClassName
{
color: #C1BFD6;
}
.AnyTagClassName
{
color: #C1BFD6;
}
</style>
background-color css
<style>
a { background-color: #C1BFD6; }
a { background-color: rgb(193,191,214); }
div.DivClassName
{
background-color: #C1BFD6;
}
.BgClassName
{
background-color: #C1BFD6;
}
</style>
border-color css
<style>
span { border-color: #C1BFD6; }
span { border-color: rgb(193,191,214); }
td.TdClassName
{
border-color: #C1BFD6;
}
.TagClassName
{
border-color: #C1BFD6;
}
</style>