Shades of Lavender Grey #C1BEE6
Tints of Lavender Grey #C1BEE6
RGB
CMYK
RGB Variations
Color information
#C1BEE6 (or 0xC1BEE6) is known color: Lavender Grey. HEX triplet: C1, BE and E6. RGB value is (193,190,230). Sum of RGB (Red+Green+Blue) = 193+190+230=613 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.48% from 613); Green value is 190 (74.61% from 255 or 31.00% from 613); Blue value is 230 (90.23% from 255 or 37.52% from 613); Max value from RGB is 230 - color contains mainly: blue. Hex color #C1BEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEE6 is #3E4119. Grayscale: #C3C3C3. Windows color (decimal): -4079898 or 15122113. OLE color: 15122113.
HSL color Cylindrical-coordinate representation of color #C1BEE6: hue angle of 244.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C1BEE6 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 193 | 190 | 230 | - |
| CMYK | 0.16 | 0.17 | 0 | 0.10 |
| HSL | 244.5º | 0.44% | 0.82% | - |
| HSV(B) | 244.5º | 0.17% | 0.9% | - |
| XYZ | 54.69 | 53.88 | 82.38 | - |
| YUV | 195.46 | 147.49 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 230 | 0.16 | 0.17 | 0 | 0.10 | 244.5 | 0.44 | 0.82 |
| Hex | C1 | BE | E6 | 10 | 11 | 0 | A | F4 | 2C | 52 |
| Octal | 301 | 276 | 346 | 20 | 21 | 0 | 12 | 364 | 54 | 122 |
| Binary | 11000001 | 10111110 | 11100110 | 10000 | 10001 | 0 | 1010 | 11110100 | 101100 | 1010010 |
Color Harmonies of #C1BEE6
Complementary color
Monochromatic Colors of #C1BEE6
Black with #C1BEE6
Text Example
Text Example
White with #C1BEE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEE6; }
p { color: rgb(193,190,230); }
H1.HeaderClassName
{
color: #C1BEE6;
}
.AnyTagClassName
{
color: #C1BEE6;
}
</style>
background-color css
<style>
a { background-color: #C1BEE6; }
a { background-color: rgb(193,190,230); }
div.DivClassName
{
background-color: #C1BEE6;
}
.BgClassName
{
background-color: #C1BEE6;
}
</style>
border-color css
<style>
span { border-color: #C1BEE6; }
span { border-color: rgb(193,190,230); }
td.TdClassName
{
border-color: #C1BEE6;
}
.TagClassName
{
border-color: #C1BEE6;
}
</style>