#B9ACEE

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

Shades of Melrose #B9ACEE

Tints of Melrose #B9ACEE

Color information

#B9ACEE (or 0xB9ACEE) is unknown color: approx Melrose. HEX triplet: B9, AC and EE. RGB value is (185,172,238). Sum of RGB (Red+Green+Blue) = 185+172+238=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 172 (67.58% from 255 or 28.91% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #B9ACEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACEE is #465311. Grayscale: #B7B7B7. Windows color (decimal): -4608786 or 15641785. OLE color: 15641785.

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

Color convert

RGB185172238-
CMYK0.220.2800.07
HSL251.82º66%80.39%-
HSV(B)251.82º27.73%93.33%-
XYZ50.1945.9987.12-
YUV183.41158.81129.13-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.09%
GREEN value IS 172 (67.58% from 255) = 28.91%
BLUE value IS 238 (93.36% from 255) = 40%
R=31.09%
G=28.91%
B=40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1851722380.220.2800.07251.826680.39
HexB9ACEE161C07fc4250
Octal271254356263407374102120
Binary101110011010110011101110101101110001111111110010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACEE; }

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

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

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

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

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

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

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

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