#BFBAD7

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

Shades of Lavender Grey #BFBAD7

Tints of Lavender Grey #BFBAD7

Color information

#BFBAD7 (or 0xBFBAD7) is unknown color: approx Lavender Grey. HEX triplet: BF, BA and D7. RGB value is (191,186,215). Sum of RGB (Red+Green+Blue) = 191+186+215=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 215 (84.38% from 255 or 36.32% from 592); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFBAD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAD7 is #404528. Grayscale: #BEBEBE. Windows color (decimal): -4212009 or 14138047. OLE color: 14138047.

HSL color Cylindrical-coordinate representation of color #BFBAD7: hue angle of 250.34º degrees, saturation: 0.27, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFBAD7 is Cyan = 0.11, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB191186215-
CMYK0.110.1300.16
HSL250.34º26.61%78.63%-
HSV(B)250.34º13.49%84.31%-
XYZ51.3151.171.45-
YUV190.8141.66128.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.26%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 215 (84.38% from 255) = 36.32%
R=32.26%
G=31.42%
B=36.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911862150.110.1300.16250.3426.6178.63
HexBFBAD7BD010fa1b4f
Octal277272327131502037233117
Binary1011111110111010110101111011110101000011111010110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBAD7; }

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

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

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

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

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

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

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

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