#B6ABF0

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

Shades of Melrose #B6ABF0

Tints of Melrose #B6ABF0

Color information

#B6ABF0 (or 0xB6ABF0) is unknown color: approx Melrose. HEX triplet: B6, AB and F0. RGB value is (182,171,240). Sum of RGB (Red+Green+Blue) = 182+171+240=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 240 (94.14% from 255 or 40.47% from 593); Max value from RGB is 240 - color contains mainly: blue. Hex color #B6ABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ABF0 is #49540F. Grayscale: #B5B5B5. Windows color (decimal): -4805648 or 15772598. OLE color: 15772598.

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

Color convert

RGB182171240-
CMYK0.240.2900.06
HSL249.57º69.7%80.59%-
HSV(B)249.57º28.75%94.12%-
XYZ49.5845.3688.58-
YUV182.15160.64127.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 240 (94.14% from 255) = 40.47%
R=30.69%
G=28.84%
B=40.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821712400.240.2900.06249.5769.780.59
HexB6ABF0181D06fa4651
Octal266253360303506372106121
Binary101101101010101111110000110001110101101111101010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABF0; }

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

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

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

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

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

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

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

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