#B6ACF3

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

Shades of Melrose #B6ACF3

Tints of Melrose #B6ACF3

Color information

#B6ACF3 (or 0xB6ACF3) is unknown color: approx Melrose. HEX triplet: B6, AC and F3. RGB value is (182,172,243). Sum of RGB (Red+Green+Blue) = 182+172+243=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 172 (67.58% from 255 or 28.81% from 597); Blue value is 243 (95.31% from 255 or 40.70% from 597); Max value from RGB is 243 - color contains mainly: blue. Hex color #B6ACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ACF3 is #49530C. Grayscale: #B6B6B6. Windows color (decimal): -4805389 or 15969462. OLE color: 15969462.

HSL color Cylindrical-coordinate representation of color #B6ACF3: hue angle of 248.45º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6ACF3 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182172243-
CMYK0.250.2900.05
HSL248.45º74.74%81.37%-
HSV(B)248.45º29.22%95.29%-
XYZ50.2245.9291.01-
YUV183.08161.81127.23-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.49%
GREEN value IS 172 (67.58% from 255) = 28.81%
BLUE value IS 243 (95.31% from 255) = 40.70%
R=30.49%
G=28.81%
B=40.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821722430.250.2900.05248.4574.7481.37
HexB6ACF3191D05f84b51
Octal266254363313505370113121
Binary101101101010110011110011110011110101011111100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACF3; }

 p { color: rgb(182,172,243); }

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

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

 a { background-color: rgb(182,172,243); }

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

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

 span { border-color: rgb(182,172,243); }

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