#BDB9DD

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

Shades of Lavender Grey #BDB9DD

Tints of Lavender Grey #BDB9DD

Color information

#BDB9DD (or 0xBDB9DD) is unknown color: approx Lavender Grey. HEX triplet: BD, B9 and DD. RGB value is (189,185,221). Sum of RGB (Red+Green+Blue) = 189+185+221=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 185 (72.66% from 255 or 31.09% from 595); Blue value is 221 (86.72% from 255 or 37.14% from 595); Max value from RGB is 221 - color contains mainly: blue. Hex color #BDB9DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9DD is #424622. Grayscale: #BEBEBE. Windows color (decimal): -4343331 or 14531005. OLE color: 14531005.

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

Color convert

RGB189185221-
CMYK0.140.1600.13
HSL246.67º34.62%79.61%-
HSV(B)246.67º16.29%86.67%-
XYZ51.3950.7475.49-
YUV190.3145.33127.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 185 (72.66% from 255) = 31.09%
BLUE value IS 221 (86.72% from 255) = 37.14%
R=31.76%
G=31.09%
B=37.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891852210.140.1600.13246.6734.6279.61
HexBDB9DDE100Df72350
Octal275271335162001536743120
Binary10111101101110011101110111101000001101111101111000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9DD; }

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

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

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

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

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

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

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

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