#BDB9DF

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

Shades of Lavender Grey #BDB9DF

Tints of Lavender Grey #BDB9DF

Color information

#BDB9DF (or 0xBDB9DF) is unknown color: approx Lavender Grey. HEX triplet: BD, B9 and DF. RGB value is (189,185,223). Sum of RGB (Red+Green+Blue) = 189+185+223=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 223 (87.5% from 255 or 37.35% from 597); Max value from RGB is 223 - color contains mainly: blue. Hex color #BDB9DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9DF is #424620. Grayscale: #BEBEBE. Windows color (decimal): -4343329 or 14662077. OLE color: 14662077.

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

Color convert

RGB189185223-
CMYK0.150.1700.13
HSL246.32º37.25%80%-
HSV(B)246.32º17.04%87.45%-
XYZ51.6550.8476.9-
YUV190.53146.33126.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.66%
GREEN value IS 185 (72.66% from 255) = 30.99%
BLUE value IS 223 (87.5% from 255) = 37.35%
R=31.66%
G=30.99%
B=37.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891852230.150.1700.13246.3237.2580
HexBDB9DFF110Df62550
Octal275271337172101536645120
Binary10111101101110011101111111111000101101111101101001011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9DF; }

 p { color: rgb(189,185,223); }

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

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

 a { background-color: rgb(189,185,223); }

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

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

 span { border-color: rgb(189,185,223); }

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