#B9ACFE

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

Shades of Melrose #B9ACFE

Tints of Melrose #B9ACFE

Color information

#B9ACFE (or 0xB9ACFE) is unknown color: approx Melrose. HEX triplet: B9, AC and FE. RGB value is (185,172,254). Sum of RGB (Red+Green+Blue) = 185+172+254=611 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.28% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #B9ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ACFE is #465301. Grayscale: #B8B8B8. Windows color (decimal): -4608770 or 16690361. OLE color: 16690361.

HSL color Cylindrical-coordinate representation of color #B9ACFE: hue angle of 249.51º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B9ACFE is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB185172254-
CMYK0.270.3200.00
HSL249.51º97.62%83.53%-
HSV(B)249.51º32.28%99.61%-
XYZ52.6546.98100.06-
YUV185.24166.81127.83-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.28%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 254 (99.61% from 255) = 41.57%
R=30.28%
G=28.15%
B=41.57%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1851722540.270.3200.00249.5197.6283.53
HexB9ACFE1B2000fa6254
Octal271254376334000372142124
Binary10111001101011001111111011011100000001111101011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACFE; }

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

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

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

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

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

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

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

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