#C3BFEC

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

Shades of Lavender Grey #C3BFEC

Tints of Lavender Grey #C3BFEC

Color information

#C3BFEC (or 0xC3BFEC) is unknown color: approx Lavender Grey. HEX triplet: C3, BF and EC. RGB value is (195,191,236). Sum of RGB (Red+Green+Blue) = 195+191+236=622 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.35% from 622); Green value is 191 (75% from 255 or 30.71% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #C3BFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #C3BFEC is #3C4013. Grayscale: #C5C5C5. Windows color (decimal): -3948564 or 15515587. OLE color: 15515587.

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

Color convert

RGB195191236-
CMYK0.170.1900.07
HSL245.33º54.22%83.73%-
HSV(B)245.33º19.07%92.55%-
XYZ56.2854.9286.99-
YUV197.33149.83126.34-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.35%
GREEN value IS 191 (75% from 255) = 30.71%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=31.35%
G=30.71%
B=37.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1951912360.170.1900.07245.3354.2283.73
HexC3BFEC111307f53654
Octal30327735421230736566124
Binary11000011101111111110110010001100110111111101011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFEC; }

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

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

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

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

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

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

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

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