#BFBFEC

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

Shades of Lavender Grey #BFBFEC

Tints of Lavender Grey #BFBFEC

Color information

#BFBFEC (or 0xBFBFEC) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and EC. RGB value is (191,191,236). Sum of RGB (Red+Green+Blue) = 191+191+236=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 236 (92.58% from 255 or 38.19% from 618); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFEC is #404013. Grayscale: #C3C3C3. Windows color (decimal): -4210708 or 15515583. OLE color: 15515583.

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

Color convert

RGB191191236-
CMYK0.190.1900.07
HSL240º54.22%83.73%-
HSV(B)240º19.07%92.55%-
XYZ55.2654.3986.94-
YUV196.13150.5124.34-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.91%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 236 (92.58% from 255) = 38.19%
R=30.91%
G=30.91%
B=38.19%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1911912360.190.1900.0724054.2283.73
HexBFBFEC131307f03654
Octal27727735423230736066124
Binary10111111101111111110110010011100110111111100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFEC; }

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

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

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

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

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

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

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

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