#BFBFE1

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

Shades of Lavender Grey #BFBFE1

Tints of Lavender Grey #BFBFE1

Color information

#BFBFE1 (or 0xBFBFE1) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and E1. RGB value is (191,191,225). Sum of RGB (Red+Green+Blue) = 191+191+225=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 191 (75% from 255 or 31.47% from 607); Blue value is 225 (88.28% from 255 or 37.07% from 607); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFBFE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFE1 is #40401E. Grayscale: #C2C2C2. Windows color (decimal): -4210719 or 14794687. OLE color: 14794687.

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

Color convert

RGB191191225-
CMYK0.150.1500.12
HSL240º36.17%81.57%-
HSV(B)240º15.11%88.24%-
XYZ53.7153.7778.78-
YUV194.88145125.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 191 (75% from 255) = 31.47%
BLUE value IS 225 (88.28% from 255) = 37.07%
R=31.47%
G=31.47%
B=37.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911912250.150.1500.1224036.1781.57
HexBFBFE1FF0Cf02452
Octal277277341171701436044122
Binary1011111110111111111000011111111101100111100001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFE1; }

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

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

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

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

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

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

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

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