#BDBAD6

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

Shades of Lavender Grey #BDBAD6

Tints of Lavender Grey #BDBAD6

Color information

#BDBAD6 (or 0xBDBAD6) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and D6. RGB value is (189,186,214). Sum of RGB (Red+Green+Blue) = 189+186+214=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 214 (83.98% from 255 or 36.33% from 589); Max value from RGB is 214 - color contains mainly: blue. Hex color #BDBAD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAD6 is #424529. Grayscale: #BDBDBD. Windows color (decimal): -4343082 or 14072509. OLE color: 14072509.

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

Color convert

RGB189186214-
CMYK0.120.1300.16
HSL246.43º25.45%78.43%-
HSV(B)246.43º13.08%83.92%-
XYZ50.6850.7970.75-
YUV190.09141.49127.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 186 (73.05% from 255) = 31.58%
BLUE value IS 214 (83.98% from 255) = 36.33%
R=32.09%
G=31.58%
B=36.33%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891862140.120.1300.16246.4325.4578.43
HexBDBAD6CD010f6194e
Octal275272326141502036631116
Binary1011110110111010110101101100110101000011110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAD6; }

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

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

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

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

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

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

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

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