#BDB7DA

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

Shades of Lavender Grey #BDB7DA

Tints of Lavender Grey #BDB7DA

Color information

#BDB7DA (or 0xBDB7DA) is unknown color: approx Lavender Grey. HEX triplet: BD, B7 and DA. RGB value is (189,183,218). Sum of RGB (Red+Green+Blue) = 189+183+218=590 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.03% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 218 (85.55% from 255 or 36.95% from 590); Max value from RGB is 218 - color contains mainly: blue. Hex color #BDB7DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7DA is #424825. Grayscale: #BCBCBC. Windows color (decimal): -4343846 or 14333885. OLE color: 14333885.

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

Color convert

RGB189183218-
CMYK0.130.1600.15
HSL250.29º32.11%78.63%-
HSV(B)250.29º16.06%85.49%-
XYZ50.5749.7573.27-
YUV188.78144.49128.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.03%
GREEN value IS 183 (71.88% from 255) = 31.02%
BLUE value IS 218 (85.55% from 255) = 36.95%
R=32.03%
G=31.02%
B=36.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891832180.130.1600.15250.2932.1178.63
HexBDB7DAD100Ffa204f
Octal275267332152001737240117
Binary10111101101101111101101011011000001111111110101000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7DA; }

 p { color: rgb(189,183,218); }

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

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

 a { background-color: rgb(189,183,218); }

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

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

 span { border-color: rgb(189,183,218); }

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