#BDB2DC

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

Shades of Melrose #BDB2DC

Tints of Melrose #BDB2DC

Color information

#BDB2DC (or 0xBDB2DC) is unknown color: approx Melrose. HEX triplet: BD, B2 and DC. RGB value is (189,178,220). Sum of RGB (Red+Green+Blue) = 189+178+220=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 178 (69.92% from 255 or 30.32% from 587); Blue value is 220 (86.33% from 255 or 37.48% from 587); Max value from RGB is 220 - color contains mainly: blue. Hex color #BDB2DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2DC is #424D23. Grayscale: #B9B9B9. Windows color (decimal): -4345124 or 14463677. OLE color: 14463677.

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

Color convert

RGB189178220-
CMYK0.140.1900.14
HSL255.71º37.5%78.04%-
HSV(B)255.71º19.09%86.27%-
XYZ49.8247.8374.32-
YUV186.08147.14130.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.20%
GREEN value IS 178 (69.92% from 255) = 30.32%
BLUE value IS 220 (86.33% from 255) = 37.48%
R=32.20%
G=30.32%
B=37.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891782200.140.1900.14255.7137.578.04
HexBDB2DCE130E100254e
Octal275262334162301640045116
Binary101111011011001011011100111010011011101000000001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2DC; }

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

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

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

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

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

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

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

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