#BDABE8

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

Shades of Melrose #BDABE8

Tints of Melrose #BDABE8

Color information

#BDABE8 (or 0xBDABE8) is unknown color: approx Melrose. HEX triplet: BD, AB and E8. RGB value is (189,171,232). Sum of RGB (Red+Green+Blue) = 189+171+232=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 232 (91.02% from 255 or 39.19% from 592); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDABE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDABE8 is #425417. Grayscale: #B7B7B7. Windows color (decimal): -4346904 or 15248317. OLE color: 15248317.

HSL color Cylindrical-coordinate representation of color #BDABE8: hue angle of 257.7º degrees, saturation: 0.57, 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 #BDABE8 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189171232-
CMYK0.190.2600.09
HSL257.7º57.01%79.02%-
HSV(B)257.7º26.29%90.98%-
XYZ50.1145.7782.54-
YUV183.34155.46132.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.93%
GREEN value IS 171 (67.19% from 255) = 28.89%
BLUE value IS 232 (91.02% from 255) = 39.19%
R=31.93%
G=28.89%
B=39.19%

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
Decimal1891712320.190.2600.09257.757.0179.02
HexBDABE8131A09102394f
Octal275253350233201140271117
Binary1011110110101011111010001001111010010011000000101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDABE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDABE8; }

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

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

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

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

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

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

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

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