Shades of Lavender Grey #C1BDE7
Tints of Lavender Grey #C1BDE7
RGB
CMYK
RGB Variations
Color information
#C1BDE7 (or 0xC1BDE7) is known color: Lavender Grey. HEX triplet: C1, BD and E7. RGB value is (193,189,231). Sum of RGB (Red+Green+Blue) = 193+189+231=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #C1BDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BDE7 is #3E4218. Grayscale: #C2C2C2. Windows color (decimal): -4080153 or 15187393. OLE color: 15187393.
HSL color Cylindrical-coordinate representation of color #C1BDE7: hue angle of 245.71º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1BDE7 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 189 | 231 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.09 |
| HSL | 245.71º | 0.47% | 0.82% | - |
| HSV(B) | 245.71º | 0.18% | 0.91% | - |
| XYZ | 54.61 | 53.5 | 83.05 | - |
| YUV | 194.98 | 148.33 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 231 | 0.16 | 0.18 | 0 | 0.09 | 245.71 | 0.47 | 0.82 |
| Hex | C1 | BD | E7 | 10 | 12 | 0 | 9 | F6 | 2F | 52 |
| Octal | 301 | 275 | 347 | 20 | 22 | 0 | 11 | 366 | 57 | 122 |
| Binary | 11000001 | 10111101 | 11100111 | 10000 | 10010 | 0 | 1001 | 11110110 | 101111 | 1010010 |
Color Harmonies of #C1BDE7
Complementary color
Monochromatic Colors of #C1BDE7
Black with #C1BDE7
Text Example
Text Example
White with #C1BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BDE7; }
p { color: rgb(193,189,231); }
H1.HeaderClassName
{
color: #C1BDE7;
}
.AnyTagClassName
{
color: #C1BDE7;
}
</style>
background-color css
<style>
a { background-color: #C1BDE7; }
a { background-color: rgb(193,189,231); }
div.DivClassName
{
background-color: #C1BDE7;
}
.BgClassName
{
background-color: #C1BDE7;
}
</style>
border-color css
<style>
span { border-color: #C1BDE7; }
span { border-color: rgb(193,189,231); }
td.TdClassName
{
border-color: #C1BDE7;
}
.TagClassName
{
border-color: #C1BDE7;
}
</style>