#B6A4FB

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

Shades of Melrose #B6A4FB

Tints of Melrose #B6A4FB

Color information

#B6A4FB (or 0xB6A4FB) is unknown color: approx Melrose. HEX triplet: B6, A4 and FB. RGB value is (182,164,251). Sum of RGB (Red+Green+Blue) = 182+164+251=597 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.49% from 597); Green value is 164 (64.45% from 255 or 27.47% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #B6A4FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4FB is #495B04. Grayscale: #B2B2B2. Windows color (decimal): -4807429 or 16491702. OLE color: 16491702.

HSL color Cylindrical-coordinate representation of color #B6A4FB: hue angle of 252.41º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B6A4FB is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182164251-
CMYK0.270.3500.02
HSL252.41º91.58%81.37%-
HSV(B)252.41º34.66%98.43%-
XYZ49.9843.4697.02-
YUV179.3168.46129.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.49%
GREEN value IS 164 (64.45% from 255) = 27.47%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=30.49%
G=27.47%
B=42.04%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821642510.270.3500.02252.4191.5881.37
HexB6A4FB1B2302fc5c51
Octal266244373334302374134121
Binary101101101010010011111011110111000110101111110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A4FB; }

 p { color: rgb(182,164,251); }

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

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

 a { background-color: rgb(182,164,251); }

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

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

 span { border-color: rgb(182,164,251); }

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