#B7ACFE

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

Shades of Melrose #B7ACFE

Tints of Melrose #B7ACFE

Color information

#B7ACFE (or 0xB7ACFE) is unknown color: approx Melrose. HEX triplet: B7, AC and FE. RGB value is (183,172,254). Sum of RGB (Red+Green+Blue) = 183+172+254=609 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.05% from 609); Green value is 172 (67.58% from 255 or 28.24% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B7ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ACFE is #485301. Grayscale: #B8B8B8. Windows color (decimal): -4739842 or 16690359. OLE color: 16690359.

HSL color Cylindrical-coordinate representation of color #B7ACFE: hue angle of 248.05º 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 #B7ACFE is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB183172254-
CMYK0.280.3200.00
HSL248.05º97.62%83.53%-
HSV(B)248.05º32.28%99.61%-
XYZ52.1746.73100.04-
YUV184.64167.14126.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.05%
GREEN value IS 172 (67.58% from 255) = 28.24%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=30.05%
G=28.24%
B=41.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1831722540.280.3200.00248.0597.6283.53
HexB7ACFE1C2000f86254
Octal267254376344000370142124
Binary10110111101011001111111011100100000001111100011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACFE; }

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

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

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

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

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

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

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

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