#C2BFEC

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

Shades of Lavender Grey #C2BFEC

Tints of Lavender Grey #C2BFEC

Color information

#C2BFEC (or 0xC2BFEC) is unknown color: approx Lavender Grey. HEX triplet: C2, BF and EC. RGB value is (194,191,236). Sum of RGB (Red+Green+Blue) = 194+191+236=621 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.24% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C2BFEC is #3D4013. Grayscale: #C4C4C4. Windows color (decimal): -4014100 or 15515586. OLE color: 15515586.

HSL color Cylindrical-coordinate representation of color #C2BFEC: hue angle of 244º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C2BFEC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194191236-
CMYK0.180.1900.07
HSL244º54.22%83.73%-
HSV(B)244º19.07%92.55%-
XYZ56.0254.7986.98-
YUV197.03149.99125.84-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.24%
GREEN value IS 191 (75% from 255) = 30.76%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=31.24%
G=30.76%
B=38.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941912360.180.1900.0724454.2283.73
HexC2BFEC121307f43654
Octal30227735422230736466124
Binary11000010101111111110110010010100110111111101001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BFEC; }

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

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

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

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

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

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

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

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