#B6ABEA

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

Shades of Melrose #B6ABEA

Tints of Melrose #B6ABEA

Color information

#B6ABEA (or 0xB6ABEA) is unknown color: approx Melrose. HEX triplet: B6, AB and EA. RGB value is (182,171,234). Sum of RGB (Red+Green+Blue) = 182+171+234=587 (77% of max value = 765). Red value is 182 (71.48% from 255 or 31.01% from 587); Green value is 171 (67.19% from 255 or 29.13% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6ABEA is #495415. Grayscale: #B5B5B5. Windows color (decimal): -4805654 or 15379382. OLE color: 15379382.

HSL color Cylindrical-coordinate representation of color #B6ABEA: hue angle of 250.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B6ABEA is Cyan = 0.22, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182171234-
CMYK0.220.2700.08
HSL250.48º60%79.41%-
HSV(B)250.48º26.92%91.76%-
XYZ48.7145.0183.96-
YUV181.47157.64128.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.01%
GREEN value IS 171 (67.19% from 255) = 29.13%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=31.01%
G=29.13%
B=39.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821712340.220.2700.08250.486079.41
HexB6ABEA161B08fa3c4f
Octal266253352263301037274117
Binary101101101010101111101010101101101101000111110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABEA; }

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

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

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

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

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

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

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

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