#BFBDE4

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

Shades of Lavender Grey #BFBDE4

Tints of Lavender Grey #BFBDE4

Color information

#BFBDE4 (or 0xBFBDE4) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and E4. RGB value is (191,189,228). Sum of RGB (Red+Green+Blue) = 191+189+228=608 (80% of max value = 765). Red value is 191 (75% from 255 or 31.41% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 228 (89.45% from 255 or 37.5% from 608); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFBDE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDE4 is #40421B. Grayscale: #C1C1C1. Windows color (decimal): -4211228 or 14990783. OLE color: 14990783.

HSL color Cylindrical-coordinate representation of color #BFBDE4: hue angle of 243.08º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBDE4 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB191189228-
CMYK0.160.1700.11
HSL243.08º41.94%81.76%-
HSV(B)243.08º17.11%89.41%-
XYZ53.6953.0780.81-
YUV194.04147.16125.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.41%
GREEN value IS 189 (74.22% from 255) = 31.09%
BLUE value IS 228 (89.45% from 255) = 37.5%
R=31.41%
G=31.09%
B=37.5%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1911892280.160.1700.11243.0841.9481.76
HexBFBDE410110Bf32a52
Octal277275344202101336352122
Binary101111111011110111100100100001000101011111100111010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDE4; }

 p { color: rgb(191,189,228); }

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

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

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

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

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

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

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