#BCACE5

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

Shades of Melrose #BCACE5

Tints of Melrose #BCACE5

Color information

#BCACE5 (or 0xBCACE5) is unknown color: approx Melrose. HEX triplet: BC, AC and E5. RGB value is (188,172,229). Sum of RGB (Red+Green+Blue) = 188+172+229=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCACE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCACE5 is #43531A. Grayscale: #B7B7B7. Windows color (decimal): -4412187 or 15051964. OLE color: 15051964.

HSL color Cylindrical-coordinate representation of color #BCACE5: hue angle of 256.84º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCACE5 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188172229-
CMYK0.180.2500.10
HSL256.84º52.29%78.63%-
HSV(B)256.84º24.89%89.8%-
XYZ49.6345.8580.36-
YUV183.28153.8131.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=31.92%
G=29.20%
B=38.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881722290.180.2500.10256.8452.2978.63
HexBCACE512190A101344f
Octal274254345223101240164117
Binary1011110010101100111001011001011001010101000000011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACE5; }

 p { color: rgb(188,172,229); }

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

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

 a { background-color: rgb(188,172,229); }

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

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

 span { border-color: rgb(188,172,229); }

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