#BDB4DC

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

Shades of Melrose #BDB4DC

Tints of Melrose #BDB4DC

Color information

#BDB4DC (or 0xBDB4DC) is unknown color: approx Melrose. HEX triplet: BD, B4 and DC. RGB value is (189,180,220). Sum of RGB (Red+Green+Blue) = 189+180+220=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 180 (70.70% from 255 or 30.56% from 589); Blue value is 220 (86.33% from 255 or 37.35% from 589); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB4DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB4DC is #424B23. Grayscale: #BBBBBB. Windows color (decimal): -4344612 or 14464189. OLE color: 14464189.

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

Color convert

RGB189180220-
CMYK0.140.1800.14
HSL253.5º36.36%78.43%-
HSV(B)253.5º18.18%86.27%-
XYZ50.2348.6374.45-
YUV187.25146.48129.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 180 (70.70% from 255) = 30.56%
BLUE value IS 220 (86.33% from 255) = 37.35%
R=32.09%
G=30.56%
B=37.35%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891802200.140.1800.14253.536.3678.43
HexBDB4DCE120Efe244e
Octal275264334162201637644116
Binary10111101101101001101110011101001001110111111101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4DC; }

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

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

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

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

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

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

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

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