#BFBED7

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

Shades of Lavender Grey #BFBED7

Tints of Lavender Grey #BFBED7

Color information

#BFBED7 (or 0xBFBED7) is unknown color: approx Lavender Grey. HEX triplet: BF, BE and D7. RGB value is (191,190,215). Sum of RGB (Red+Green+Blue) = 191+190+215=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 215 (84.38% from 255 or 36.07% from 596); Max value from RGB is 215 - color contains mainly: blue. Hex color #BFBED7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED7 is #404128. Grayscale: #C1C1C1. Windows color (decimal): -4210985 or 14139071. OLE color: 14139071.

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

Color convert

RGB191190215-
CMYK0.110.1200.16
HSL242.4º23.81%79.41%-
HSV(B)242.4º11.63%84.31%-
XYZ52.1752.8171.73-
YUV193.15140.33126.47-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 190 (74.61% from 255) = 31.88%
BLUE value IS 215 (84.38% from 255) = 36.07%
R=32.05%
G=31.88%
B=36.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1911902150.110.1200.16242.423.8179.41
HexBFBED7BC010f2184f
Octal277276327131402036230117
Binary1011111110111110110101111011110001000011110010110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBED7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBED7; }

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

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

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

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

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

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

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

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