#BDB2DB

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

Shades of Melrose #BDB2DB

Tints of Melrose #BDB2DB

Color information

#BDB2DB (or 0xBDB2DB) is unknown color: approx Melrose. HEX triplet: BD, B2 and DB. RGB value is (189,178,219). Sum of RGB (Red+Green+Blue) = 189+178+219=586 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.25% from 586); Green value is 178 (69.92% from 255 or 30.38% from 586); Blue value is 219 (85.94% from 255 or 37.37% from 586); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BDB2DB is #424D24. Grayscale: #B9B9B9. Windows color (decimal): -4345125 or 14398141. OLE color: 14398141.

HSL color Cylindrical-coordinate representation of color #BDB2DB: hue angle of 256.1º degrees, saturation: 0.36, 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 #BDB2DB is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB189178219-
CMYK0.140.1900.14
HSL256.1º36.28%77.84%-
HSV(B)256.1º18.72%85.88%-
XYZ49.6947.7773.62-
YUV185.96146.64130.17-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.25%
GREEN value IS 178 (69.92% from 255) = 30.38%
BLUE value IS 219 (85.94% from 255) = 37.37%
R=32.25%
G=30.38%
B=37.37%

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
Decimal1891782190.140.1900.14256.136.2877.84
HexBDB2DBE130E100244e
Octal275262333162301640044116
Binary101111011011001011011011111010011011101000000001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB2DB; }

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

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

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

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

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

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

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

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