#C1BFE0

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

Shades of Lavender Grey #C1BFE0

Tints of Lavender Grey #C1BFE0

Color information

#C1BFE0 (or 0xC1BFE0) is unknown color: approx Lavender Grey. HEX triplet: C1, BF and E0. RGB value is (193,191,224). Sum of RGB (Red+Green+Blue) = 193+191+224=608 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.74% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #C1BFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1BFE0 is #3E401F. Grayscale: #C3C3C3. Windows color (decimal): -4079648 or 14729153. OLE color: 14729153.

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

Color convert

RGB193191224-
CMYK0.140.1500.12
HSL243.64º34.74%81.37%-
HSV(B)243.64º14.73%87.84%-
XYZ54.0853.9878.09-
YUV195.36144.16126.32-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.74%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 224 (87.89% from 255) = 36.84%
R=31.74%
G=31.41%
B=36.84%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931912240.140.1500.12243.6434.7481.37
HexC1BFE0EF0Cf42351
Octal301277340161701436443121
Binary1100000110111111111000001110111101100111101001000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFE0; }

 p { color: rgb(193,191,224); }

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

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

 a { background-color: rgb(193,191,224); }

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

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

 span { border-color: rgb(193,191,224); }

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