Shades of Lavender Grey #C1BFD5
Tints of Lavender Grey #C1BFD5
RGB
CMYK
RGB Variations
Color information
#C1BFD5 (or 0xC1BFD5) is known color: Lavender Grey. HEX triplet: C1, BF and D5. RGB value is (193,191,213). Sum of RGB (Red+Green+Blue) = 193+191+213=597 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.33% from 597); Green value is 191 (75% from 255 or 31.99% from 597); Blue value is 213 (83.59% from 255 or 35.68% from 597); Max value from RGB is 213 - color contains mainly: blue. Hex color #C1BFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFD5 is #3E402A. Grayscale: #C2C2C2. Windows color (decimal): -4079659 or 14008257. OLE color: 14008257.
HSL color Cylindrical-coordinate representation of color #C1BFD5: hue angle of 245.45º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1BFD5 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 193 | 191 | 213 | - |
| CMYK | 0.09 | 0.10 | 0 | 0.16 |
| HSL | 245.45º | 0.21% | 0.79% | - |
| HSV(B) | 245.45º | 0.1% | 0.84% | - |
| XYZ | 52.63 | 53.4 | 70.48 | - |
| YUV | 194.11 | 138.66 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 213 | 0.09 | 0.10 | 0 | 0.16 | 245.45 | 0.21 | 0.79 |
| Hex | C1 | BF | D5 | 9 | A | 0 | 10 | F5 | 15 | 4F |
| Octal | 301 | 277 | 325 | 11 | 12 | 0 | 20 | 365 | 25 | 117 |
| Binary | 11000001 | 10111111 | 11010101 | 1001 | 1010 | 0 | 10000 | 11110101 | 10101 | 1001111 |
Color Harmonies of #C1BFD5
Complementary color
Monochromatic Colors of #C1BFD5
Black with #C1BFD5
Text Example
Text Example
White with #C1BFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BFD5; }
p { color: rgb(193,191,213); }
H1.HeaderClassName
{
color: #C1BFD5;
}
.AnyTagClassName
{
color: #C1BFD5;
}
</style>
background-color css
<style>
a { background-color: #C1BFD5; }
a { background-color: rgb(193,191,213); }
div.DivClassName
{
background-color: #C1BFD5;
}
.BgClassName
{
background-color: #C1BFD5;
}
</style>
border-color css
<style>
span { border-color: #C1BFD5; }
span { border-color: rgb(193,191,213); }
td.TdClassName
{
border-color: #C1BFD5;
}
.TagClassName
{
border-color: #C1BFD5;
}
</style>