#BDB3EF

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

Shades of Melrose #BDB3EF

Tints of Melrose #BDB3EF

Color information

#BDB3EF (or 0xBDB3EF) is unknown color: approx Melrose. HEX triplet: BD, B3 and EF. RGB value is (189,179,239). Sum of RGB (Red+Green+Blue) = 189+179+239=607 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.14% from 607); Green value is 179 (70.31% from 255 or 29.49% from 607); Blue value is 239 (93.75% from 255 or 39.37% from 607); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDB3EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB3EF is #424C10. Grayscale: #BCBCBC. Windows color (decimal): -4344849 or 15709117. OLE color: 15709117.

HSL color Cylindrical-coordinate representation of color #BDB3EF: hue angle of 250º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDB3EF is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189179239-
CMYK0.210.2500.06
HSL250º65.22%81.96%-
HSV(B)250º25.1%93.73%-
XYZ52.6949.2988.4-
YUV188.83156.31128.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.14%
GREEN value IS 179 (70.31% from 255) = 29.49%
BLUE value IS 239 (93.75% from 255) = 39.37%
R=31.14%
G=29.49%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891792390.210.2500.0625065.2281.96
HexBDB3EF151906fa4152
Octal275263357253106372101122
Binary101111011011001111101111101011100101101111101010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB3EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB3EF; }

 p { color: rgb(189,179,239); }

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

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

 a { background-color: rgb(189,179,239); }

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

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

 span { border-color: rgb(189,179,239); }

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