#B7AEF6

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

Shades of Melrose #B7AEF6

Tints of Melrose #B7AEF6

Color information

#B7AEF6 (or 0xB7AEF6) is unknown color: approx Melrose. HEX triplet: B7, AE and F6. RGB value is (183,174,246). Sum of RGB (Red+Green+Blue) = 183+174+246=603 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.35% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #B7AEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEF6 is #485109. Grayscale: #B8B8B8. Windows color (decimal): -4739338 or 16166583. OLE color: 16166583.

HSL color Cylindrical-coordinate representation of color #B7AEF6: hue angle of 247.5º 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 #B7AEF6 is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183174246-
CMYK0.260.2900.04
HSL247.5º80%82.35%-
HSV(B)247.5º29.27%96.47%-
XYZ51.346.9993.56-
YUV184.9162.48126.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.35%
GREEN value IS 174 (68.36% from 255) = 28.86%
BLUE value IS 246 (96.48% from 255) = 40.80%
R=30.35%
G=28.86%
B=40.80%

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
Decimal1831742460.260.2900.04247.58082.35
HexB7AEF61A1D04f85052
Octal267256366323504370120122
Binary101101111010111011110110110101110101001111100010100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEF6; }

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

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

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

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

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

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

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

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