#BFBEE7

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

Shades of Lavender Grey #BFBEE7

Tints of Lavender Grey #BFBEE7

Color information

#BFBEE7 (or 0xBFBEE7) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and E7. RGB value is (191,190,231). Sum of RGB (Red+Green+Blue) = 191+190+231=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 190 (74.61% from 255 or 31.05% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #BFBEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEE7 is #404118. Grayscale: #C2C2C2. Windows color (decimal): -4210969 or 15187647. OLE color: 15187647.

HSL color Cylindrical-coordinate representation of color #BFBEE7: hue angle of 241.46º degrees, saturation: 0.46, 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 #BFBEE7 is Cyan = 0.17, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB191190231-
CMYK0.170.1800.09
HSL241.46º46.07%82.55%-
HSV(B)241.46º17.75%90.59%-
XYZ54.3253.6783.1-
YUV194.97148.33125.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.21%
GREEN value IS 190 (74.61% from 255) = 31.05%
BLUE value IS 231 (90.62% from 255) = 37.75%
R=31.21%
G=31.05%
B=37.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1911902310.170.1800.09241.4646.0782.55
HexBFBEE7111209f12e53
Octal277276347212201136156123
Binary101111111011111011100111100011001001001111100011011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEE7; }

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

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

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

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

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

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

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

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