#B6AEEC

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

Shades of Melrose #B6AEEC

Tints of Melrose #B6AEEC

Color information

#B6AEEC (or 0xB6AEEC) is unknown color: approx Melrose. HEX triplet: B6, AE and EC. RGB value is (182,174,236). Sum of RGB (Red+Green+Blue) = 182+174+236=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #B6AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEEC is #495113. Grayscale: #B7B7B7. Windows color (decimal): -4804884 or 15511222. OLE color: 15511222.

HSL color Cylindrical-coordinate representation of color #B6AEEC: hue angle of 247.74º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B6AEEC is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182174236-
CMYK0.230.2600.07
HSL247.74º62%80.39%-
HSV(B)247.74º26.27%92.55%-
XYZ49.5746.2785.68-
YUV183.46157.65126.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.74%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 236 (92.58% from 255) = 39.86%
R=30.74%
G=29.39%
B=39.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821742360.230.2600.07247.746280.39
HexB6AEEC171A07f83e50
Octal26625635427320737076120
Binary10110110101011101110110010111110100111111110001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEEC; }

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

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

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

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

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

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

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

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