#B6AEF6

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

Shades of Melrose #B6AEF6

Tints of Melrose #B6AEF6

Color information

#B6AEF6 (or 0xB6AEF6) is unknown color: approx Melrose. HEX triplet: B6, AE and F6. RGB value is (182,174,246). Sum of RGB (Red+Green+Blue) = 182+174+246=602 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.23% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #B6AEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEF6 is #495109. Grayscale: #B8B8B8. Windows color (decimal): -4804874 or 16166582. OLE color: 16166582.

HSL color Cylindrical-coordinate representation of color #B6AEF6: hue angle of 246.67º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6AEF6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182174246-
CMYK0.260.2900.04
HSL246.67º80%82.35%-
HSV(B)246.67º29.27%96.47%-
XYZ51.0646.8793.54-
YUV184.6162.65126.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.23%
GREEN value IS 174 (68.36% from 255) = 28.90%
BLUE value IS 246 (96.48% from 255) = 40.86%
R=30.23%
G=28.90%
B=40.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821742460.260.2900.04246.678082.35
HexB6AEF61A1D04f75052
Octal266256366323504367120122
Binary101101101010111011110110110101110101001111011110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEF6; }

 p { color: rgb(182,174,246); }

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

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

 a { background-color: rgb(182,174,246); }

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

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

 span { border-color: rgb(182,174,246); }

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