#C1BEE1

Color #C1BEE1 Lavender Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lavender Grey #C1BEE1

Tints of Lavender Grey #C1BEE1

Color information

#C1BEE1 (or 0xC1BEE1) is unknown color: approx Lavender Grey. HEX triplet: C1, BE and E1. RGB value is (193,190,225). Sum of RGB (Red+Green+Blue) = 193+190+225=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #C1BEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BEE1 is #3E411E. Grayscale: #C2C2C2. Windows color (decimal): -4079903 or 14794433. OLE color: 14794433.

HSL color Cylindrical-coordinate representation of color #C1BEE1: hue angle of 245.14º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C1BEE1 is Cyan = 0.14, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193190225-
CMYK0.140.1600.12
HSL245.14º36.84%81.37%-
HSV(B)245.14º15.56%88.24%-
XYZ5453.678.73-
YUV194.89144.99126.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 190 (74.61% from 255) = 31.25%
BLUE value IS 225 (88.28% from 255) = 37.01%
R=31.74%
G=31.25%
B=37.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931902250.140.1600.12245.1436.8481.37
HexC1BEE1E100Cf52551
Octal301276341162001436545121
Binary11000001101111101110000111101000001100111101011001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEE1; }

 p { color: rgb(193,190,225); }

 H1.HeaderClassName
 {
   color: #C1BEE1;
 }
 .AnyTagClassName
 {
   color: #C1BEE1;
 }
</style>
background-color css

<style>
 a { background-color: #C1BEE1; }

 a { background-color: rgb(193,190,225); }

 div.DivClassName
 {
   background-color: #C1BEE1;
 }
 .BgClassName
 {
   background-color: #C1BEE1;
 }
</style>
border-color css

<style>
 span { border-color: #C1BEE1; }

 span { border-color: rgb(193,190,225); }

 td.TdClassName
 {
   border-color: #C1BEE1;
 }
 .TagClassName
 {
   border-color: #C1BEE1;
 }
</style>