#BFBEE9

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

Shades of Lavender Grey #BFBEE9

Tints of Lavender Grey #BFBEE9

Color information

#BFBEE9 (or 0xBFBEE9) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and E9. RGB value is (191,190,233). Sum of RGB (Red+Green+Blue) = 191+190+233=614 (81% of max value = 765). Red value is 191 (75% from 255 or 31.11% from 614); Green value is 190 (74.61% from 255 or 30.94% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFBEE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEE9 is #404116. Grayscale: #C3C3C3. Windows color (decimal): -4210967 or 15318719. OLE color: 15318719.

HSL color Cylindrical-coordinate representation of color #BFBEE9: hue angle of 241.4º degrees, saturation: 0.49, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BFBEE9 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191190233-
CMYK0.180.1800.09
HSL241.4º49.43%82.94%-
HSV(B)241.4º18.45%91.37%-
XYZ54.6153.7984.59-
YUV195.2149.33125-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.11%
GREEN value IS 190 (74.61% from 255) = 30.94%
BLUE value IS 233 (91.41% from 255) = 37.95%
R=31.11%
G=30.94%
B=37.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911902330.180.1800.09241.449.4382.94
HexBFBEE9121209f13153
Octal277276351222201136161123
Binary101111111011111011101001100101001001001111100011100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEE9; }

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

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

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

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

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

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

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

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