#B8AEF1

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

Shades of Melrose #B8AEF1

Tints of Melrose #B8AEF1

Color information

#B8AEF1 (or 0xB8AEF1) is unknown color: approx Melrose. HEX triplet: B8, AE and F1. RGB value is (184,174,241). Sum of RGB (Red+Green+Blue) = 184+174+241=599 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.72% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 241 (94.53% from 255 or 40.23% from 599); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8AEF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEF1 is #47510E. Grayscale: #B8B8B8. Windows color (decimal): -4673807 or 15838904. OLE color: 15838904.

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

Color convert

RGB184174241-
CMYK0.240.2800.05
HSL248.96º70.53%81.37%-
HSV(B)248.96º27.8%94.51%-
XYZ50.7846.8189.58-
YUV184.63159.81127.55-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.72%
GREEN value IS 174 (68.36% from 255) = 29.05%
BLUE value IS 241 (94.53% from 255) = 40.23%
R=30.72%
G=29.05%
B=40.23%

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
Decimal1841742410.240.2800.05248.9670.5381.37
HexB8AEF1181C05f94751
Octal270256361303405371107121
Binary101110001010111011110001110001110001011111100110001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEF1; }

 p { color: rgb(184,174,241); }

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

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

 a { background-color: rgb(184,174,241); }

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

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

 span { border-color: rgb(184,174,241); }

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