#BDB7DE

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

Shades of Lavender Grey #BDB7DE

Tints of Lavender Grey #BDB7DE

Color information

#BDB7DE (or 0xBDB7DE) is unknown color: approx Lavender Grey. HEX triplet: BD, B7 and DE. RGB value is (189,183,222). Sum of RGB (Red+Green+Blue) = 189+183+222=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 183 (71.88% from 255 or 30.81% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #BDB7DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB7DE is #424821. Grayscale: #BDBDBD. Windows color (decimal): -4343842 or 14596029. OLE color: 14596029.

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

Color convert

RGB189183222-
CMYK0.150.1800.13
HSL249.23º37.14%79.41%-
HSV(B)249.23º17.57%87.06%-
XYZ51.149.9676.06-
YUV189.24146.49127.83-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 183 (71.88% from 255) = 30.81%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=31.82%
G=30.81%
B=37.37%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891832220.150.1800.13249.2337.1479.41
HexBDB7DEF120Df9254f
Octal275267336172201537145117
Binary10111101101101111101111011111001001101111110011001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7DE; }

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

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

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

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

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

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

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

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