#BDB5DB

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

Shades of Melrose #BDB5DB

Tints of Melrose #BDB5DB

Color information

#BDB5DB (or 0xBDB5DB) is unknown color: approx Melrose. HEX triplet: BD, B5 and DB. RGB value is (189,181,219). Sum of RGB (Red+Green+Blue) = 189+181+219=589 (78% of max value = 765). Red value is 189 (74.22% from 255 or 32.09% from 589); Green value is 181 (71.09% from 255 or 30.73% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 219 - color contains mainly: blue. Hex color #BDB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDB5DB is #424A24. Grayscale: #BBBBBB. Windows color (decimal): -4344357 or 14398909. OLE color: 14398909.

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

Color convert

RGB189181219-
CMYK0.140.1700.14
HSL252.63º34.55%78.43%-
HSV(B)252.63º17.35%85.88%-
XYZ50.348.9873.82-
YUV187.72145.65128.91-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 32.09%
GREEN value IS 181 (71.09% from 255) = 30.73%
BLUE value IS 219 (85.94% from 255) = 37.18%
R=32.09%
G=30.73%
B=37.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1891812190.140.1700.14252.6334.5578.43
HexBDB5DBE110Efd234e
Octal275265333162101637543116
Binary10111101101101011101101111101000101110111111011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB5DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB5DB; }

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

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

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

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

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

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

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

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