#BDBAD9

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

Shades of Lavender Grey #BDBAD9

Tints of Lavender Grey #BDBAD9

Color information

#BDBAD9 (or 0xBDBAD9) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and D9. RGB value is (189,186,217). Sum of RGB (Red+Green+Blue) = 189+186+217=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 186 (73.05% from 255 or 31.42% from 592); Blue value is 217 (85.16% from 255 or 36.66% from 592); Max value from RGB is 217 - color contains mainly: blue. Hex color #BDBAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAD9 is #424526. Grayscale: #BEBEBE. Windows color (decimal): -4343079 or 14269117. OLE color: 14269117.

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

Color convert

RGB189186217-
CMYK0.130.1400.15
HSL245.81º28.97%79.02%-
HSV(B)245.81º14.29%85.1%-
XYZ51.0750.9572.79-
YUV190.43142.99126.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 186 (73.05% from 255) = 31.42%
BLUE value IS 217 (85.16% from 255) = 36.66%
R=31.93%
G=31.42%
B=36.66%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891862170.130.1400.15245.8128.9779.02
HexBDBAD9DE0Ff61d4f
Octal275272331151601736635117
Binary101111011011101011011001110111100111111110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAD9; }

 p { color: rgb(189,186,217); }

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

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

 a { background-color: rgb(189,186,217); }

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

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

 span { border-color: rgb(189,186,217); }

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