Shades of Lavender Grey #C1BEE9
Tints of Lavender Grey #C1BEE9
RGB
CMYK
RGB Variations
Color information
#C1BEE9 (or 0xC1BEE9) is known color: Lavender Grey. HEX triplet: C1, BE and E9. RGB value is (193,190,233). Sum of RGB (Red+Green+Blue) = 193+190+233=616 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.33% from 616); Green value is 190 (74.61% from 255 or 30.84% from 616); Blue value is 233 (91.41% from 255 or 37.82% from 616); Max value from RGB is 233 - color contains mainly: blue. Hex color #C1BEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEE9 is #3E4116. Grayscale: #C3C3C3. Windows color (decimal): -4079895 or 15318721. OLE color: 15318721.
HSL color Cylindrical-coordinate representation of color #C1BEE9: hue angle of 244.19º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C1BEE9 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 190 | 233 | - |
| CMYK | 0.17 | 0.18 | 0 | 0.09 |
| HSL | 244.19º | 0.49% | 0.83% | - |
| HSV(B) | 244.19º | 0.18% | 0.91% | - |
| XYZ | 55.11 | 54.05 | 84.62 | - |
| YUV | 195.8 | 148.99 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 233 | 0.17 | 0.18 | 0 | 0.09 | 244.19 | 0.49 | 0.83 |
| Hex | C1 | BE | E9 | 11 | 12 | 0 | 9 | F4 | 31 | 53 |
| Octal | 301 | 276 | 351 | 21 | 22 | 0 | 11 | 364 | 61 | 123 |
| Binary | 11000001 | 10111110 | 11101001 | 10001 | 10010 | 0 | 1001 | 11110100 | 110001 | 1010011 |
Color Harmonies of #C1BEE9
Complementary color
Monochromatic Colors of #C1BEE9
Black with #C1BEE9
Text Example
Text Example
White with #C1BEE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEE9; }
p { color: rgb(193,190,233); }
H1.HeaderClassName
{
color: #C1BEE9;
}
.AnyTagClassName
{
color: #C1BEE9;
}
</style>
background-color css
<style>
a { background-color: #C1BEE9; }
a { background-color: rgb(193,190,233); }
div.DivClassName
{
background-color: #C1BEE9;
}
.BgClassName
{
background-color: #C1BEE9;
}
</style>
border-color css
<style>
span { border-color: #C1BEE9; }
span { border-color: rgb(193,190,233); }
td.TdClassName
{
border-color: #C1BEE9;
}
.TagClassName
{
border-color: #C1BEE9;
}
</style>