#BDBADB

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

Shades of Lavender Grey #BDBADB

Tints of Lavender Grey #BDBADB

Color information

#BDBADB (or 0xBDBADB) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and DB. RGB value is (189,186,219). Sum of RGB (Red+Green+Blue) = 189+186+219=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBADB is #424524. Grayscale: #BEBEBE. Windows color (decimal): -4343077 or 14400189. OLE color: 14400189.

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

Color convert

RGB189186219-
CMYK0.140.1500.14
HSL245.45º31.43%79.41%-
HSV(B)245.45º15.07%85.88%-
XYZ51.3351.0574.17-
YUV190.66143.99126.82-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.82%
GREEN value IS 186 (73.05% from 255) = 31.31%
BLUE value IS 219 (85.94% from 255) = 36.87%
R=31.82%
G=31.31%
B=36.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891862190.140.1500.14245.4531.4379.41
HexBDBADBEF0Ef51f4f
Octal275272333161701636537117
Binary101111011011101011011011111011110111011110101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBADB; }

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

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

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

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

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

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

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

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