#BFBEE1

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

Shades of Lavender Grey #BFBEE1

Tints of Lavender Grey #BFBEE1

Color information

#BFBEE1 (or 0xBFBEE1) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and E1. RGB value is (191,190,225). Sum of RGB (Red+Green+Blue) = 191+190+225=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 225 (88.28% from 255 or 37.13% from 606); Max value from RGB is 225 - color contains mainly: blue. Hex color #BFBEE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEE1 is #40411E. Grayscale: #C2C2C2. Windows color (decimal): -4210975 or 14794431. OLE color: 14794431.

HSL color Cylindrical-coordinate representation of color #BFBEE1: hue angle of 241.71º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBEE1 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191190225-
CMYK0.150.1600.12
HSL241.71º36.84%81.37%-
HSV(B)241.71º15.56%88.24%-
XYZ53.4953.3478.71-
YUV194.29145.33125.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.52%
GREEN value IS 190 (74.61% from 255) = 31.35%
BLUE value IS 225 (88.28% from 255) = 37.13%
R=31.52%
G=31.35%
B=37.13%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911902250.150.1600.12241.7136.8481.37
HexBFBEE1F100Cf22551
Octal277276341172001436245121
Binary10111111101111101110000111111000001100111100101001011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEE1; }

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

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

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

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

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

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

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

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