#BFBDE0

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

Shades of Lavender Grey #BFBDE0

Tints of Lavender Grey #BFBDE0

Color information

#BFBDE0 (or 0xBFBDE0) is unknown color: approx Lavender Grey. HEX triplet: BF, BD and E0. RGB value is (191,189,224). Sum of RGB (Red+Green+Blue) = 191+189+224=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 189 (74.22% from 255 or 31.29% from 604); Blue value is 224 (87.89% from 255 or 37.09% from 604); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFBDE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBDE0 is #40421F. Grayscale: #C1C1C1. Windows color (decimal): -4211232 or 14728639. OLE color: 14728639.

HSL color Cylindrical-coordinate representation of color #BFBDE0: hue angle of 243.43º degrees, saturation: 0.36, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFBDE0 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191189224-
CMYK0.150.1600.12
HSL243.43º36.08%80.98%-
HSV(B)243.43º15.62%87.84%-
XYZ53.1452.8577.92-
YUV193.59145.16126.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 189 (74.22% from 255) = 31.29%
BLUE value IS 224 (87.89% from 255) = 37.09%
R=31.62%
G=31.29%
B=37.09%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911892240.150.1600.12243.4336.0880.98
HexBFBDE0F100Cf32451
Octal277275340172001436344121
Binary10111111101111011110000011111000001100111100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDE0; }

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

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

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

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

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

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

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

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