#BFBFDE

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

Shades of Lavender Grey #BFBFDE

Tints of Lavender Grey #BFBFDE

Color information

#BFBFDE (or 0xBFBFDE) is unknown color: approx Lavender Grey. HEX triplet: BF, BF and DE. RGB value is (191,191,222). Sum of RGB (Red+Green+Blue) = 191+191+222=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 191 (75% from 255 or 31.62% from 604); Blue value is 222 (87.11% from 255 or 36.75% from 604); Max value from RGB is 222 - color contains mainly: blue. Hex color #BFBFDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFDE is #404021. Grayscale: #C2C2C2. Windows color (decimal): -4210722 or 14598079. OLE color: 14598079.

HSL color Cylindrical-coordinate representation of color #BFBFDE: hue angle of 240º degrees, saturation: 0.32, 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 #BFBFDE is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB191191222-
CMYK0.140.1400.13
HSL240º31.96%80.98%-
HSV(B)240º13.96%87.06%-
XYZ53.353.6176.65-
YUV194.53143.5125.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 191 (75% from 255) = 31.62%
BLUE value IS 222 (87.11% from 255) = 36.75%
R=31.62%
G=31.62%
B=36.75%

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
Decimal1911912220.140.1400.1324031.9680.98
HexBFBFDEEE0Df02051
Octal277277336161601536040121
Binary1011111110111111110111101110111001101111100001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBFDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBFDE; }

 p { color: rgb(191,191,222); }

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

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

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

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

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

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

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