#B2A6EF

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

Shades of Melrose #B2A6EF

Tints of Melrose #B2A6EF

Color information

#B2A6EF (or 0xB2A6EF) is unknown color: approx Melrose. HEX triplet: B2, A6 and EF. RGB value is (178,166,239). Sum of RGB (Red+Green+Blue) = 178+166+239=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 166 (65.23% from 255 or 28.47% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2A6EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A6EF is #4D5910. Grayscale: #B1B1B1. Windows color (decimal): -5069073 or 15705778. OLE color: 15705778.

HSL color Cylindrical-coordinate representation of color #B2A6EF: hue angle of 249.86º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2A6EF is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178166239-
CMYK0.260.3100.06
HSL249.86º69.52%79.41%-
HSV(B)249.86º30.54%93.73%-
XYZ47.5842.9787.45-
YUV177.91162.48128.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 166 (65.23% from 255) = 28.47%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=30.53%
G=28.47%
B=40.99%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781662390.260.3100.06249.8669.5279.41
HexB2A6EF1A1F06fa464f
Octal262246357323706372106117
Binary101100101010011011101111110101111101101111101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A6EF; }

 p { color: rgb(178,166,239); }

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

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

 a { background-color: rgb(178,166,239); }

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

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

 span { border-color: rgb(178,166,239); }

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