#B7ACFC

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

Shades of Melrose #B7ACFC

Tints of Melrose #B7ACFC

Color information

#B7ACFC (or 0xB7ACFC) is unknown color: approx Melrose. HEX triplet: B7, AC and FC. RGB value is (183,172,252). Sum of RGB (Red+Green+Blue) = 183+172+252=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #B7ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7ACFC is #485303. Grayscale: #B8B8B8. Windows color (decimal): -4739844 or 16559287. OLE color: 16559287.

HSL color Cylindrical-coordinate representation of color #B7ACFC: hue angle of 248.25º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B7ACFC is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183172252-
CMYK0.270.3200.01
HSL248.25º93.02%83.14%-
HSV(B)248.25º31.75%98.82%-
XYZ51.8546.698.36-
YUV184.41166.14127-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.15%
GREEN value IS 172 (67.58% from 255) = 28.34%
BLUE value IS 252 (98.83% from 255) = 41.52%
R=30.15%
G=28.34%
B=41.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831722520.270.3200.01248.2593.0283.14
HexB7ACFC1B2001f85d53
Octal267254374334001370135123
Binary10110111101011001111110011011100000011111100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACFC; }

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

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

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

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

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

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

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

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