#BFBAD9

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

Shades of Lavender Grey #BFBAD9

Tints of Lavender Grey #BFBAD9

Color information

#BFBAD9 (or 0xBFBAD9) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and D9. RGB value is (191,186,217). Sum of RGB (Red+Green+Blue) = 191+186+217=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 217 (85.16% from 255 or 36.53% from 594); Max value from RGB is 217 - color contains mainly: blue. Hex color #BFBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAD9 is #404526. Grayscale: #BEBEBE. Windows color (decimal): -4212007 or 14269119. OLE color: 14269119.

HSL color Cylindrical-coordinate representation of color #BFBAD9: hue angle of 249.68º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFBAD9 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB191186217-
CMYK0.120.1400.15
HSL249.68º28.97%79.02%-
HSV(B)249.68º14.29%85.1%-
XYZ51.5751.272.81-
YUV191.03142.66127.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.15%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 217 (85.16% from 255) = 36.53%
R=32.15%
G=31.31%
B=36.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1911862170.120.1400.15249.6828.9779.02
HexBFBAD9CE0Ffa1d4f
Octal277272331141601737235117
Binary101111111011101011011001110011100111111111010111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAD9; }

 p { color: rgb(191,186,217); }

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

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

 a { background-color: rgb(191,186,217); }

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

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

 span { border-color: rgb(191,186,217); }

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