#B9ACEA

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

Shades of Melrose #B9ACEA

Tints of Melrose #B9ACEA

Color information

#B9ACEA (or 0xB9ACEA) is unknown color: approx Melrose. HEX triplet: B9, AC and EA. RGB value is (185,172,234). Sum of RGB (Red+Green+Blue) = 185+172+234=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 172 (67.58% from 255 or 29.10% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #B9ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACEA is #465315. Grayscale: #B6B6B6. Windows color (decimal): -4608790 or 15379641. OLE color: 15379641.

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

Color convert

RGB185172234-
CMYK0.210.2600.08
HSL252.58º59.62%79.61%-
HSV(B)252.58º26.5%91.76%-
XYZ49.6145.7684.06-
YUV182.96156.81129.46-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 172 (67.58% from 255) = 29.10%
BLUE value IS 234 (91.80% from 255) = 39.59%
R=31.30%
G=29.10%
B=39.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1851722340.210.2600.08252.5859.6279.61
HexB9ACEA151A08fd3c50
Octal271254352253201037574120
Binary101110011010110011101010101011101001000111111011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACEA; }

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

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

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

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

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

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

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

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