#B9AEF2

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

Shades of Melrose #B9AEF2

Tints of Melrose #B9AEF2

Color information

#B9AEF2 (or 0xB9AEF2) is unknown color: approx Melrose. HEX triplet: B9, AE and F2. RGB value is (185,174,242). Sum of RGB (Red+Green+Blue) = 185+174+242=601 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.78% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AEF2 is #46510D. Grayscale: #B8B8B8. Windows color (decimal): -4608270 or 15904441. OLE color: 15904441.

HSL color Cylindrical-coordinate representation of color #B9AEF2: hue angle of 249.71º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9AEF2 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB185174242-
CMYK0.240.2800.05
HSL249.71º72.34%81.57%-
HSV(B)249.71º28.1%94.9%-
XYZ51.174790.38-
YUV185.04160.14127.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.78%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 242 (94.92% from 255) = 40.27%
R=30.78%
G=28.95%
B=40.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851742420.240.2800.05249.7172.3481.57
HexB9AEF2181C05fa4852
Octal271256362303405372110122
Binary101110011010111011110010110001110001011111101010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEF2; }

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

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

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

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

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

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

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

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