#B6ACEB

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

Shades of Melrose #B6ACEB

Tints of Melrose #B6ACEB

Color information

#B6ACEB (or 0xB6ACEB) is unknown color: approx Melrose. HEX triplet: B6, AC and EB. RGB value is (182,172,235). Sum of RGB (Red+Green+Blue) = 182+172+235=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #B6ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACEB is #495314. Grayscale: #B5B5B5. Windows color (decimal): -4805397 or 15445174. OLE color: 15445174.

HSL color Cylindrical-coordinate representation of color #B6ACEB: hue angle of 249.52º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6ACEB is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182172235-
CMYK0.230.2700.08
HSL249.52º61.17%79.8%-
HSV(B)249.52º26.81%92.16%-
XYZ49.0445.4584.79-
YUV182.17157.81127.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.90%
GREEN value IS 172 (67.58% from 255) = 29.20%
BLUE value IS 235 (92.19% from 255) = 39.90%
R=30.90%
G=29.20%
B=39.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821722350.230.2700.08249.5261.1779.8
HexB6ACEB171B08fa3d50
Octal266254353273301037275120
Binary101101101010110011101011101111101101000111110101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACEB; }

 p { color: rgb(182,172,235); }

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

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

 a { background-color: rgb(182,172,235); }

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

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

 span { border-color: rgb(182,172,235); }

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