#BDBAD4

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

Shades of Lavender Grey #BDBAD4

Tints of Lavender Grey #BDBAD4

Color information

#BDBAD4 (or 0xBDBAD4) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and D4. RGB value is (189,186,212). Sum of RGB (Red+Green+Blue) = 189+186+212=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 186 (73.05% from 255 or 31.69% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #BDBAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBAD4 is #42452B. Grayscale: #BDBDBD. Windows color (decimal): -4343084 or 13941437. OLE color: 13941437.

HSL color Cylindrical-coordinate representation of color #BDBAD4: hue angle of 246.92º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BDBAD4 is Cyan = 0.11, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189186212-
CMYK0.110.1200.17
HSL246.92º23.21%78.04%-
HSV(B)246.92º12.26%83.14%-
XYZ50.4350.6969.41-
YUV189.86140.49127.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 186 (73.05% from 255) = 31.69%
BLUE value IS 212 (83.20% from 255) = 36.12%
R=32.20%
G=31.69%
B=36.12%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891862120.110.1200.17246.9223.2178.04
HexBDBAD4BC011f7174e
Octal275272324131402136727116
Binary1011110110111010110101001011110001000111110111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAD4; }

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

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

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

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

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

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

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

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