#BDABE9

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

Shades of Melrose #BDABE9

Tints of Melrose #BDABE9

Color information

#BDABE9 (or 0xBDABE9) is unknown color: approx Melrose. HEX triplet: BD, AB and E9. RGB value is (189,171,233). Sum of RGB (Red+Green+Blue) = 189+171+233=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 233 (91.41% from 255 or 39.29% from 593); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDABE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABE9 is #425416. Grayscale: #B7B7B7. Windows color (decimal): -4346903 or 15313853. OLE color: 15313853.

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

Color convert

RGB189171233-
CMYK0.190.2700.09
HSL257.42º58.49%79.22%-
HSV(B)257.42º26.61%91.37%-
XYZ50.2645.8383.29-
YUV183.45155.96131.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.87%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=31.87%
G=28.84%
B=39.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891712330.190.2700.09257.4258.4979.22
HexBDABE9131B091013a4f
Octal275253351233301140172117
Binary1011110110101011111010011001111011010011000000011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABE9; }

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

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

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

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

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

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

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

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