#BDB9D6

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

Shades of Lavender Grey #BDB9D6

Tints of Lavender Grey #BDB9D6

Color information

#BDB9D6 (or 0xBDB9D6) is unknown color: approx Lavender Grey. HEX triplet: BD, B9 and D6. RGB value is (189,185,214). Sum of RGB (Red+Green+Blue) = 189+185+214=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 185 (72.66% from 255 or 31.46% from 588); Blue value is 214 (83.98% from 255 or 36.39% from 588); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDB9D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB9D6 is #424629. Grayscale: #BDBDBD. Windows color (decimal): -4343338 or 14072253. OLE color: 14072253.

HSL color Cylindrical-coordinate representation of color #BDB9D6: hue angle of 248.28º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BDB9D6 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189185214-
CMYK0.120.1400.16
HSL248.28º26.13%78.24%-
HSV(B)248.28º13.55%83.92%-
XYZ50.4750.3770.68-
YUV189.5141.83127.64-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.14%
GREEN value IS 185 (72.66% from 255) = 31.46%
BLUE value IS 214 (83.98% from 255) = 36.39%
R=32.14%
G=31.46%
B=36.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891852140.120.1400.16248.2826.1378.24
HexBDB9D6CE010f81a4e
Octal275271326141602037032116
Binary1011110110111001110101101100111001000011111000110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB9D6; }

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

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

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

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

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

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

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

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