#B5ACEB

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

Shades of Melrose #B5ACEB

Tints of Melrose #B5ACEB

Color information

#B5ACEB (or 0xB5ACEB) is unknown color: approx Melrose. HEX triplet: B5, AC and EB. RGB value is (181,172,235). Sum of RGB (Red+Green+Blue) = 181+172+235=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 172 (67.58% from 255 or 29.25% from 588); Blue value is 235 (92.19% from 255 or 39.97% from 588); Max value from RGB is 235 - color contains mainly: blue. Hex color #B5ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5ACEB is #4A5314. Grayscale: #B5B5B5. Windows color (decimal): -4870933 or 15445173. OLE color: 15445173.

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

Color convert

RGB181172235-
CMYK0.230.2700.08
HSL248.57º61.17%79.8%-
HSV(B)248.57º26.81%92.16%-
XYZ48.845.3384.77-
YUV181.87157.98127.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.78%
GREEN value IS 172 (67.58% from 255) = 29.25%
BLUE value IS 235 (92.19% from 255) = 39.97%
R=30.78%
G=29.25%
B=39.97%

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
Decimal1811722350.230.2700.08248.5761.1779.8
HexB5ACEB171B08f93d50
Octal265254353273301037175120
Binary101101011010110011101011101111101101000111110011111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ACEB; }

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

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

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

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

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

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

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

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