#B6AEF7

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

Shades of Melrose #B6AEF7

Tints of Melrose #B6AEF7

Color information

#B6AEF7 (or 0xB6AEF7) is unknown color: approx Melrose. HEX triplet: B6, AE and F7. RGB value is (182,174,247). Sum of RGB (Red+Green+Blue) = 182+174+247=603 (79% of max value = 765). Red value is 182 (71.48% from 255 or 30.18% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 247 (96.88% from 255 or 40.96% from 603); Max value from RGB is 247 - color contains mainly: blue. Hex color #B6AEF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6AEF7 is #495108. Grayscale: #B8B8B8. Windows color (decimal): -4804873 or 16232118. OLE color: 16232118.

HSL color Cylindrical-coordinate representation of color #B6AEF7: hue angle of 246.58º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B6AEF7 is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182174247-
CMYK0.260.3000.03
HSL246.58º82.02%82.55%-
HSV(B)246.58º29.55%96.86%-
XYZ51.2246.9394.36-
YUV184.71163.15126.06-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 30.18%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 247 (96.88% from 255) = 40.96%
R=30.18%
G=28.86%
B=40.96%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821742470.260.3000.03246.5882.0282.55
HexB6AEF71A1E03f75253
Octal266256367323603367122123
Binary10110110101011101111011111010111100111111011110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AEF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AEF7; }

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

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

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

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

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

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

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

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