#B6AEED

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

Shades of Melrose #B6AEED

Tints of Melrose #B6AEED

Color information

#B6AEED (or 0xB6AEED) is unknown color: approx Melrose. HEX triplet: B6, AE and ED. RGB value is (182,174,237). Sum of RGB (Red+Green+Blue) = 182+174+237=593 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.69% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #B6AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEED is #495112. Grayscale: #B7B7B7. Windows color (decimal): -4804883 or 15576758. OLE color: 15576758.

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

Color convert

RGB182174237-
CMYK0.230.2700.07
HSL247.62º63.64%80.59%-
HSV(B)247.62º26.58%92.94%-
XYZ49.7146.3386.44-
YUV183.57158.15126.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.69%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 237 (92.97% from 255) = 39.97%
R=30.69%
G=29.34%
B=39.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821742370.230.2700.07247.6263.6480.59
HexB6AEED171B07f84051
Octal266256355273307370100121
Binary101101101010111011101101101111101101111111100010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEED; }

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

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

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

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

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

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

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

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