#B6ABF2

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

Shades of Melrose #B6ABF2

Tints of Melrose #B6ABF2

Color information

#B6ABF2 (or 0xB6ABF2) is unknown color: approx Melrose. HEX triplet: B6, AB and F2. RGB value is (182,171,242). Sum of RGB (Red+Green+Blue) = 182+171+242=595 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.59% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 242 (94.92% from 255 or 40.67% from 595); Max value from RGB is 242 - color contains mainly: blue. Hex color #B6ABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ABF2 is #49540D. Grayscale: #B6B6B6. Windows color (decimal): -4805646 or 15903670. OLE color: 15903670.

HSL color Cylindrical-coordinate representation of color #B6ABF2: hue angle of 249.3º degrees, saturation: 0.73, 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 #B6ABF2 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182171242-
CMYK0.250.2900.05
HSL249.3º73.2%80.98%-
HSV(B)249.3º29.34%94.9%-
XYZ49.8845.4890.15-
YUV182.38161.64127.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.59%
GREEN value IS 171 (67.19% from 255) = 28.74%
BLUE value IS 242 (94.92% from 255) = 40.67%
R=30.59%
G=28.74%
B=40.67%

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
Decimal1821712420.250.2900.05249.373.280.98
HexB6ABF2191D05f94951
Octal266253362313505371111121
Binary101101101010101111110010110011110101011111100110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABF2; }

 p { color: rgb(182,171,242); }

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

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

 a { background-color: rgb(182,171,242); }

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

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

 span { border-color: rgb(182,171,242); }

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