#C1BFEC

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

Shades of Lavender Grey #C1BFEC

Tints of Lavender Grey #C1BFEC

Color information

#C1BFEC (or 0xC1BFEC) is unknown color: approx Lavender Grey. HEX triplet: C1, BF and EC. RGB value is (193,191,236). Sum of RGB (Red+Green+Blue) = 193+191+236=620 (82% of max value = 765). Red value is 193 (75.78% from 255 or 31.13% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 236 (92.58% from 255 or 38.06% from 620); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C1BFEC is #3E4013. Grayscale: #C4C4C4. Windows color (decimal): -4079636 or 15515585. OLE color: 15515585.

HSL color Cylindrical-coordinate representation of color #C1BFEC: hue angle of 242.67º 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 #C1BFEC is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193191236-
CMYK0.180.1900.07
HSL242.67º54.22%83.73%-
HSV(B)242.67º19.07%92.55%-
XYZ55.7654.6686.97-
YUV196.73150.16125.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.13%
GREEN value IS 191 (75% from 255) = 30.81%
BLUE value IS 236 (92.58% from 255) = 38.06%
R=31.13%
G=30.81%
B=38.06%

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
Decimal1931912360.180.1900.07242.6754.2283.73
HexC1BFEC121307f33654
Octal30127735422230736366124
Binary11000001101111111110110010010100110111111100111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BFEC; }

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

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

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

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

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

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

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

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