#BFBEDD

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

Shades of Lavender Grey #BFBEDD

Tints of Lavender Grey #BFBEDD

Color information

#BFBEDD (or 0xBFBEDD) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and DD. RGB value is (191,190,221). Sum of RGB (Red+Green+Blue) = 191+190+221=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFBEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEDD is #404122. Grayscale: #C1C1C1. Windows color (decimal): -4210979 or 14532287. OLE color: 14532287.

HSL color Cylindrical-coordinate representation of color #BFBEDD: hue angle of 241.94º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBEDD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191190221-
CMYK0.140.1400.13
HSL241.94º31.31%80.59%-
HSV(B)241.94º14.03%86.67%-
XYZ52.9553.1275.87-
YUV193.83143.33125.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 190 (74.61% from 255) = 31.56%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=31.73%
G=31.56%
B=36.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1911902210.140.1400.13241.9431.3180.59
HexBFBEDDEE0Df21f51
Octal277276335161601536237121
Binary101111111011111011011101111011100110111110010111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBEDD; }

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

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

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

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

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

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

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

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