#B7AEF9

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

Shades of Melrose #B7AEF9

Tints of Melrose #B7AEF9

Color information

#B7AEF9 (or 0xB7AEF9) is unknown color: approx Melrose. HEX triplet: B7, AE and F9. RGB value is (183,174,249). Sum of RGB (Red+Green+Blue) = 183+174+249=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 174 (68.36% from 255 or 28.71% from 606); Blue value is 249 (97.66% from 255 or 41.09% from 606); Max value from RGB is 249 - color contains mainly: blue. Hex color #B7AEF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEF9 is #485106. Grayscale: #B8B8B8. Windows color (decimal): -4739335 or 16363191. OLE color: 16363191.

HSL color Cylindrical-coordinate representation of color #B7AEF9: hue angle of 247.2º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B7AEF9 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB183174249-
CMYK0.270.3000.02
HSL247.2º86.21%82.94%-
HSV(B)247.2º30.12%97.65%-
XYZ51.7647.1896-
YUV185.24163.98126.4-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.20%
GREEN value IS 174 (68.36% from 255) = 28.71%
BLUE value IS 249 (97.66% from 255) = 41.09%
R=30.20%
G=28.71%
B=41.09%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1831742490.270.3000.02247.286.2182.94
HexB7AEF91B1E02f75653
Octal267256371333602367126123
Binary10110111101011101111100111011111100101111011110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEF9; }

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

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

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

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

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

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

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

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