Shades of Lavender Grey #C1BEE7
Tints of Lavender Grey #C1BEE7
RGB
CMYK
RGB Variations
Color information
#C1BEE7 (or 0xC1BEE7) is known color: Lavender Grey. HEX triplet: C1, BE and E7. RGB value is (193,190,231). Sum of RGB (Red+Green+Blue) = 193+190+231=614 (81% of max value = 765). Red value is 193 (75.78% from 255 or 31.43% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 231 (90.62% from 255 or 37.62% from 614); Max value from RGB is 231 - color contains mainly: blue. Hex color #C1BEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BEE7 is #3E4118. Grayscale: #C3C3C3. Windows color (decimal): -4079897 or 15187649. OLE color: 15187649.
HSL color Cylindrical-coordinate representation of color #C1BEE7: hue angle of 244.39º degrees, saturation: 0.46, 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 #C1BEE7 is Cyan = 0.16, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 193 | 190 | 231 | - |
| CMYK | 0.16 | 0.18 | 0 | 0.09 |
| HSL | 244.39º | 0.46% | 0.83% | - |
| HSV(B) | 244.39º | 0.18% | 0.91% | - |
| XYZ | 54.83 | 53.93 | 83.12 | - |
| YUV | 195.57 | 147.99 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 231 | 0.16 | 0.18 | 0 | 0.09 | 244.39 | 0.46 | 0.83 |
| Hex | C1 | BE | E7 | 10 | 12 | 0 | 9 | F4 | 2E | 53 |
| Octal | 301 | 276 | 347 | 20 | 22 | 0 | 11 | 364 | 56 | 123 |
| Binary | 11000001 | 10111110 | 11100111 | 10000 | 10010 | 0 | 1001 | 11110100 | 101110 | 1010011 |
Color Harmonies of #C1BEE7
Complementary color
Monochromatic Colors of #C1BEE7
Black with #C1BEE7
Text Example
Text Example
White with #C1BEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BEE7; }
p { color: rgb(193,190,231); }
H1.HeaderClassName
{
color: #C1BEE7;
}
.AnyTagClassName
{
color: #C1BEE7;
}
</style>
background-color css
<style>
a { background-color: #C1BEE7; }
a { background-color: rgb(193,190,231); }
div.DivClassName
{
background-color: #C1BEE7;
}
.BgClassName
{
background-color: #C1BEE7;
}
</style>
border-color css
<style>
span { border-color: #C1BEE7; }
span { border-color: rgb(193,190,231); }
td.TdClassName
{
border-color: #C1BEE7;
}
.TagClassName
{
border-color: #C1BEE7;
}
</style>