#C2BFE1

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

Shades of Lavender Grey #C2BFE1

Tints of Lavender Grey #C2BFE1

Color information

#C2BFE1 (or 0xC2BFE1) is unknown color: approx Lavender Grey. HEX triplet: C2, BF and E1. RGB value is (194,191,225). Sum of RGB (Red+Green+Blue) = 194+191+225=610 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.80% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 225 (88.28% from 255 or 36.89% from 610); Max value from RGB is 225 - color contains mainly: blue. Hex color #C2BFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BFE1 is #3D401E. Grayscale: #C3C3C3. Windows color (decimal): -4014111 or 14794690. OLE color: 14794690.

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

Color convert

RGB194191225-
CMYK0.140.1500.12
HSL245.29º36.17%81.57%-
HSV(B)245.29º15.11%88.24%-
XYZ54.4754.1778.82-
YUV195.77144.49126.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.80%
GREEN value IS 191 (75% from 255) = 31.31%
BLUE value IS 225 (88.28% from 255) = 36.89%
R=31.80%
G=31.31%
B=36.89%

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
Decimal1941912250.140.1500.12245.2936.1781.57
HexC2BFE1EF0Cf52452
Octal302277341161701436544122
Binary1100001010111111111000011110111101100111101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFE1; }

 p { color: rgb(194,191,225); }

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

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

 a { background-color: rgb(194,191,225); }

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

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

 span { border-color: rgb(194,191,225); }

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