#BDABE7

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

Shades of Melrose #BDABE7

Tints of Melrose #BDABE7

Color information

#BDABE7 (or 0xBDABE7) is unknown color: approx Melrose. HEX triplet: BD, AB and E7. RGB value is (189,171,231). Sum of RGB (Red+Green+Blue) = 189+171+231=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 231 (90.62% from 255 or 39.09% from 591); Max value from RGB is 231 - color contains mainly: blue. Hex color #BDABE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABE7 is #425418. Grayscale: #B7B7B7. Windows color (decimal): -4346905 or 15182781. OLE color: 15182781.

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

Color convert

RGB189171231-
CMYK0.180.2600.09
HSL258º55.56%78.82%-
HSV(B)258º25.97%90.59%-
XYZ49.9745.7181.79-
YUV183.22154.96132.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.98%
GREEN value IS 171 (67.19% from 255) = 28.93%
BLUE value IS 231 (90.62% from 255) = 39.09%
R=31.98%
G=28.93%
B=39.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891712310.180.2600.0925855.5678.82
HexBDABE7121A09102384f
Octal275253347223201140270117
Binary1011110110101011111001111001011010010011000000101110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABE7; }

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

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

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

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

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

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

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

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