#BCACEA

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

Shades of Melrose #BCACEA

Tints of Melrose #BCACEA

Color information

#BCACEA (or 0xBCACEA) is unknown color: approx Melrose. HEX triplet: BC, AC and EA. RGB value is (188,172,234). Sum of RGB (Red+Green+Blue) = 188+172+234=594 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.65% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 234 (91.80% from 255 or 39.39% from 594); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCACEA is #435315. Grayscale: #B7B7B7. Windows color (decimal): -4412182 or 15379644. OLE color: 15379644.

HSL color Cylindrical-coordinate representation of color #BCACEA: hue angle of 255.48º 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 #BCACEA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188172234-
CMYK0.200.2600.08
HSL255.48º59.62%79.61%-
HSV(B)255.48º26.5%91.76%-
XYZ50.3446.1484.09-
YUV183.85156.3130.96-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.65%
GREEN value IS 172 (67.58% from 255) = 28.96%
BLUE value IS 234 (91.80% from 255) = 39.39%
R=31.65%
G=28.96%
B=39.39%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881722340.200.2600.08255.4859.6279.61
HexBCACEA141A08ff3c50
Octal274254352243201037774120
Binary101111001010110011101010101001101001000111111111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCACEA; }

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

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

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

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

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

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

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

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