Shades of Lavender Grey #C1BCE4
Tints of Lavender Grey #C1BCE4
RGB
CMYK
RGB Variations
Color information
#C1BCE4 (or 0xC1BCE4) is known color: Lavender Grey. HEX triplet: C1, BC and E4. RGB value is (193,188,228). Sum of RGB (Red+Green+Blue) = 193+188+228=609 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.69% from 609); Green value is 188 (73.83% from 255 or 30.87% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #C1BCE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BCE4 is #3E431B. Grayscale: #C1C1C1. Windows color (decimal): -4080412 or 14990529. OLE color: 14990529.
HSL color Cylindrical-coordinate representation of color #C1BCE4: hue angle of 247.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1BCE4 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 193 | 188 | 228 | - |
| CMYK | 0.15 | 0.18 | 0 | 0.11 |
| HSL | 247.5º | 0.43% | 0.82% | - |
| HSV(B) | 247.5º | 0.18% | 0.89% | - |
| XYZ | 53.98 | 52.91 | 80.77 | - |
| YUV | 194.06 | 147.16 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 188 | 228 | 0.15 | 0.18 | 0 | 0.11 | 247.5 | 0.43 | 0.82 |
| Hex | C1 | BC | E4 | F | 12 | 0 | B | F8 | 2B | 52 |
| Octal | 301 | 274 | 344 | 17 | 22 | 0 | 13 | 370 | 53 | 122 |
| Binary | 11000001 | 10111100 | 11100100 | 1111 | 10010 | 0 | 1011 | 11111000 | 101011 | 1010010 |
Color Harmonies of #C1BCE4
Complementary color
Monochromatic Colors of #C1BCE4
Black with #C1BCE4
Text Example
Text Example
White with #C1BCE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BCE4; }
p { color: rgb(193,188,228); }
H1.HeaderClassName
{
color: #C1BCE4;
}
.AnyTagClassName
{
color: #C1BCE4;
}
</style>
background-color css
<style>
a { background-color: #C1BCE4; }
a { background-color: rgb(193,188,228); }
div.DivClassName
{
background-color: #C1BCE4;
}
.BgClassName
{
background-color: #C1BCE4;
}
</style>
border-color css
<style>
span { border-color: #C1BCE4; }
span { border-color: rgb(193,188,228); }
td.TdClassName
{
border-color: #C1BCE4;
}
.TagClassName
{
border-color: #C1BCE4;
}
</style>