#BDADE9

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

Shades of Melrose #BDADE9

Tints of Melrose #BDADE9

Color information

#BDADE9 (or 0xBDADE9) is unknown color: approx Melrose. HEX triplet: BD, AD and E9. RGB value is (189,173,233). Sum of RGB (Red+Green+Blue) = 189+173+233=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 233 (91.41% from 255 or 39.16% from 595); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDADE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDADE9 is #425216. Grayscale: #B8B8B8. Windows color (decimal): -4346391 or 15314365. OLE color: 15314365.

HSL color Cylindrical-coordinate representation of color #BDADE9: hue angle of 256º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDADE9 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189173233-
CMYK0.190.2600.09
HSL256º57.69%79.61%-
HSV(B)256º25.75%91.37%-
XYZ50.6446.5983.41-
YUV184.62155.3131.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 173 (67.97% from 255) = 29.08%
BLUE value IS 233 (91.41% from 255) = 39.16%
R=31.76%
G=29.08%
B=39.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891732330.190.2600.0925657.6979.61
HexBDADE9131A091003a50
Octal275255351233201140072120
Binary1011110110101101111010011001111010010011000000001110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDADE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDADE9; }

 p { color: rgb(189,173,233); }

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

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

 a { background-color: rgb(189,173,233); }

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

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

 span { border-color: rgb(189,173,233); }

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