Shades of Lavender Grey #C2BFD6
Tints of Lavender Grey #C2BFD6
RGB
CMYK
RGB Variations
Color information
#C2BFD6 (or 0xC2BFD6) is known color: Lavender Grey. HEX triplet: C2, BF and D6. RGB value is (194,191,214). Sum of RGB (Red+Green+Blue) = 194+191+214=599 (79% of max value = 765). Red value is 194 (76.17% from 255 or 32.39% from 599); Green value is 191 (75% from 255 or 31.89% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 214 - color contains mainly: blue. Hex color #C2BFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFD6 is #3D4029. Grayscale: #C2C2C2. Windows color (decimal): -4014122 or 14073794. OLE color: 14073794.
HSL color Cylindrical-coordinate representation of color #C2BFD6: hue angle of 247.83º 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 #C2BFD6 is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 194 | 191 | 214 | - |
| CMYK | 0.09 | 0.11 | 0 | 0.16 |
| HSL | 247.83º | 0.22% | 0.79% | - |
| HSV(B) | 247.83º | 0.11% | 0.84% | - |
| XYZ | 53.02 | 53.59 | 71.17 | - |
| YUV | 194.52 | 138.99 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 214 | 0.09 | 0.11 | 0 | 0.16 | 247.83 | 0.22 | 0.79 |
| Hex | C2 | BF | D6 | 9 | B | 0 | 10 | F8 | 16 | 4F |
| Octal | 302 | 277 | 326 | 11 | 13 | 0 | 20 | 370 | 26 | 117 |
| Binary | 11000010 | 10111111 | 11010110 | 1001 | 1011 | 0 | 10000 | 11111000 | 10110 | 1001111 |
Color Harmonies of #C2BFD6
Complementary color
Monochromatic Colors of #C2BFD6
Black with #C2BFD6
Text Example
Text Example
White with #C2BFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BFD6; }
p { color: rgb(194,191,214); }
H1.HeaderClassName
{
color: #C2BFD6;
}
.AnyTagClassName
{
color: #C2BFD6;
}
</style>
background-color css
<style>
a { background-color: #C2BFD6; }
a { background-color: rgb(194,191,214); }
div.DivClassName
{
background-color: #C2BFD6;
}
.BgClassName
{
background-color: #C2BFD6;
}
</style>
border-color css
<style>
span { border-color: #C2BFD6; }
span { border-color: rgb(194,191,214); }
td.TdClassName
{
border-color: #C2BFD6;
}
.TagClassName
{
border-color: #C2BFD6;
}
</style>