#B9ACEC

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

Shades of Melrose #B9ACEC

Tints of Melrose #B9ACEC

Color information

#B9ACEC (or 0xB9ACEC) is unknown color: approx Melrose. HEX triplet: B9, AC and EC. RGB value is (185,172,236). Sum of RGB (Red+Green+Blue) = 185+172+236=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #B9ACEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACEC is #465313. Grayscale: #B6B6B6. Windows color (decimal): -4608788 or 15510713. OLE color: 15510713.

HSL color Cylindrical-coordinate representation of color #B9ACEC: hue angle of 252.19º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9ACEC is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB185172236-
CMYK0.220.2700.07
HSL252.19º62.75%80%-
HSV(B)252.19º27.12%92.55%-
XYZ49.945.8885.58-
YUV183.18157.81129.3-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.20%
GREEN value IS 172 (67.58% from 255) = 29.01%
BLUE value IS 236 (92.58% from 255) = 39.80%
R=31.20%
G=29.01%
B=39.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851722360.220.2700.07252.1962.7580
HexB9ACEC161B07fc3f50
Octal27125435426330737477120
Binary10111001101011001110110010110110110111111111001111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACEC; }

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

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

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

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

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

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

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

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