#B9AEF6

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

Shades of Melrose #B9AEF6

Tints of Melrose #B9AEF6

Color information

#B9AEF6 (or 0xB9AEF6) is unknown color: approx Melrose. HEX triplet: B9, AE and F6. RGB value is (185,174,246). Sum of RGB (Red+Green+Blue) = 185+174+246=605 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.58% from 605); Green value is 174 (68.36% from 255 or 28.76% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9AEF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AEF6 is #465109. Grayscale: #B9B9B9. Windows color (decimal): -4608266 or 16166585. OLE color: 16166585.

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

Color convert

RGB185174246-
CMYK0.250.2900.04
HSL249.17º80%82.35%-
HSV(B)249.17º29.27%96.47%-
XYZ51.7847.2493.58-
YUV185.5162.14127.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.58%
GREEN value IS 174 (68.36% from 255) = 28.76%
BLUE value IS 246 (96.48% from 255) = 40.66%
R=30.58%
G=28.76%
B=40.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1851742460.250.2900.04249.178082.35
HexB9AEF6191D04f95052
Octal271256366313504371120122
Binary101110011010111011110110110011110101001111100110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEF6; }

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

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

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

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

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

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

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

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