#BDBADC

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

Shades of Lavender Grey #BDBADC

Tints of Lavender Grey #BDBADC

Color information

#BDBADC (or 0xBDBADC) is unknown color: approx Lavender Grey. HEX triplet: BD, BA and DC. RGB value is (189,186,220). Sum of RGB (Red+Green+Blue) = 189+186+220=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 186 (73.05% from 255 or 31.26% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDBADC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBADC is #424523. Grayscale: #BEBEBE. Windows color (decimal): -4343076 or 14465725. OLE color: 14465725.

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

Color convert

RGB189186220-
CMYK0.140.1500.14
HSL245.29º32.69%79.61%-
HSV(B)245.29º15.45%86.27%-
XYZ51.4651.174.86-
YUV190.77144.49126.74-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 186 (73.05% from 255) = 31.26%
BLUE value IS 220 (86.33% from 255) = 36.97%
R=31.76%
G=31.26%
B=36.97%

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
Decimal1891862200.140.1500.14245.2932.6979.61
HexBDBADCEF0Ef52150
Octal275272334161701636541120
Binary1011110110111010110111001110111101110111101011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBADC; }

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

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

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

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

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

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

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

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