#BFBEE0

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

Shades of Lavender Grey #BFBEE0

Tints of Lavender Grey #BFBEE0

Color information

#BFBEE0 (or 0xBFBEE0) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and E0. RGB value is (191,190,224). Sum of RGB (Red+Green+Blue) = 191+190+224=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 190 (74.61% from 255 or 31.40% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFBEE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEE0 is #40411F. Grayscale: #C2C2C2. Windows color (decimal): -4210976 or 14728895. OLE color: 14728895.

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

Color convert

RGB191190224-
CMYK0.150.1500.12
HSL241.76º35.42%81.18%-
HSV(B)241.76º15.18%87.84%-
XYZ53.3553.2977.99-
YUV194.18144.83125.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 190 (74.61% from 255) = 31.40%
BLUE value IS 224 (87.89% from 255) = 37.02%
R=31.57%
G=31.40%
B=37.02%

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
Decimal1911902240.150.1500.12241.7635.4281.18
HexBFBEE0FF0Cf22351
Octal277276340171701436243121
Binary1011111110111110111000001111111101100111100101000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEE0; }

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

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

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

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

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

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

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

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