#B8ACEA

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

Shades of Melrose #B8ACEA

Tints of Melrose #B8ACEA

Color information

#B8ACEA (or 0xB8ACEA) is unknown color: approx Melrose. HEX triplet: B8, AC and EA. RGB value is (184,172,234). Sum of RGB (Red+Green+Blue) = 184+172+234=590 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.19% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 234 (91.80% from 255 or 39.66% from 590); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ACEA is #475315. Grayscale: #B6B6B6. Windows color (decimal): -4674326 or 15379640. OLE color: 15379640.

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

Color convert

RGB184172234-
CMYK0.210.2600.08
HSL251.61º59.62%79.61%-
HSV(B)251.61º26.5%91.76%-
XYZ49.3745.6484.05-
YUV182.66156.98128.96-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.19%
GREEN value IS 172 (67.58% from 255) = 29.15%
BLUE value IS 234 (91.80% from 255) = 39.66%
R=31.19%
G=29.15%
B=39.66%

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
Decimal1841722340.210.2600.08251.6159.6279.61
HexB8ACEA151A08fc3c50
Octal270254352253201037474120
Binary101110001010110011101010101011101001000111111001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACEA; }

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

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

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

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

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

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

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

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