#BCACE9

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

Shades of Melrose #BCACE9

Tints of Melrose #BCACE9

Color information

#BCACE9 (or 0xBCACE9) is unknown color: approx Melrose. HEX triplet: BC, AC and E9. RGB value is (188,172,233). Sum of RGB (Red+Green+Blue) = 188+172+233=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 172 (67.58% from 255 or 29.01% 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 #BCACE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACE9 is #435316. Grayscale: #B7B7B7. Windows color (decimal): -4412183 or 15314108. OLE color: 15314108.

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

Color convert

RGB188172233-
CMYK0.190.2600.09
HSL255.74º58.1%79.41%-
HSV(B)255.74º26.18%91.37%-
XYZ50.246.0883.34-
YUV183.74155.8131.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 233 (91.41% from 255) = 39.29%
R=31.70%
G=29.01%
B=39.29%

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
Decimal1881722330.190.2600.09255.7458.179.41
HexBCACE9131A091003a4f
Octal274254351233201140072117
Binary1011110010101100111010011001111010010011000000001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACE9; }

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

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

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

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

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

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

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

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