#BDACEA

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

Shades of Melrose #BDACEA

Tints of Melrose #BDACEA

Color information

#BDACEA (or 0xBDACEA) is unknown color: approx Melrose. HEX triplet: BD, AC and EA. RGB value is (189,172,234). Sum of RGB (Red+Green+Blue) = 189+172+234=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #BDACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDACEA is #425315. Grayscale: #B7B7B7. Windows color (decimal): -4346646 or 15379645. OLE color: 15379645.

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

Color convert

RGB189172234-
CMYK0.190.2600.08
HSL256.45º59.62%79.61%-
HSV(B)256.45º26.5%91.76%-
XYZ50.5946.2684.11-
YUV184.15156.13131.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 31.76%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 234 (91.80% from 255) = 39.33%
R=31.76%
G=28.91%
B=39.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1891722340.190.2600.08256.4559.6279.61
HexBDACEA131A081003c50
Octal275254352233201040074120
Binary1011110110101100111010101001111010010001000000001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDACEA; }

 p { color: rgb(189,172,234); }

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

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

 a { background-color: rgb(189,172,234); }

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

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

 span { border-color: rgb(189,172,234); }

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