#BFBFE5

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

Shades of Lavender Grey #BFBFE5

Tints of Lavender Grey #BFBFE5

Color information

#BFBFE5 (or 0xBFBFE5) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and E5. RGB value is (191,191,229). Sum of RGB (Red+Green+Blue) = 191+191+229=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 191 (75% from 255 or 31.26% from 611); Blue value is 229 (89.84% from 255 or 37.48% from 611); Max value from RGB is 229 - color contains mainly: blue. Hex color #BFBFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFE5 is #40401A. Grayscale: #C3C3C3. Windows color (decimal): -4210715 or 15056831. OLE color: 15056831.

HSL color Cylindrical-coordinate representation of color #BFBFE5: hue angle of 240º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBFE5 is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB191191229-
CMYK0.170.1700.10
HSL240º42.22%82.35%-
HSV(B)240º16.59%89.8%-
XYZ54.265481.69-
YUV195.33147124.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.26%
GREEN value IS 191 (75% from 255) = 31.26%
BLUE value IS 229 (89.84% from 255) = 37.48%
R=31.26%
G=31.26%
B=37.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1911912290.170.1700.1024042.2282.35
HexBFBFE511110Af02a52
Octal277277345212101236052122
Binary101111111011111111100101100011000101010111100001010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFE5; }

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

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

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

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

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

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

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

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