#B7ACEA

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

Shades of Melrose #B7ACEA

Tints of Melrose #B7ACEA

Color information

#B7ACEA (or 0xB7ACEA) is unknown color: approx Melrose. HEX triplet: B7, AC and EA. RGB value is (183,172,234). Sum of RGB (Red+Green+Blue) = 183+172+234=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 234 (91.80% from 255 or 39.73% from 589); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ACEA is #485315. Grayscale: #B6B6B6. Windows color (decimal): -4739862 or 15379639. OLE color: 15379639.

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

Color convert

RGB183172234-
CMYK0.220.2600.08
HSL250.65º59.62%79.61%-
HSV(B)250.65º26.5%91.76%-
XYZ49.1345.5184.04-
YUV182.36157.14128.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.07%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 234 (91.80% from 255) = 39.73%
R=31.07%
G=29.20%
B=39.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831722340.220.2600.08250.6559.6279.61
HexB7ACEA161A08fb3c50
Octal267254352263201037374120
Binary101101111010110011101010101101101001000111110111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACEA; }

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

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

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

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

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

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

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

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