#B8AEF3

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

Shades of Melrose #B8AEF3

Tints of Melrose #B8AEF3

Color information

#B8AEF3 (or 0xB8AEF3) is unknown color: approx Melrose. HEX triplet: B8, AE and F3. RGB value is (184,174,243). Sum of RGB (Red+Green+Blue) = 184+174+243=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 174 (68.36% from 255 or 28.95% from 601); Blue value is 243 (95.31% from 255 or 40.43% from 601); Max value from RGB is 243 - color contains mainly: blue. Hex color #B8AEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEF3 is #47510C. Grayscale: #B8B8B8. Windows color (decimal): -4673805 or 15969976. OLE color: 15969976.

HSL color Cylindrical-coordinate representation of color #B8AEF3: hue angle of 248.7º degrees, saturation: 0.74, 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 #B8AEF3 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB184174243-
CMYK0.240.2800.05
HSL248.7º74.19%81.76%-
HSV(B)248.7º28.4%95.29%-
XYZ51.0846.9391.16-
YUV184.86160.81127.39-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.62%
GREEN value IS 174 (68.36% from 255) = 28.95%
BLUE value IS 243 (95.31% from 255) = 40.43%
R=30.62%
G=28.95%
B=40.43%

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
Decimal1841742430.240.2800.05248.774.1981.76
HexB8AEF3181C05f94a52
Octal270256363303405371112122
Binary101110001010111011110011110001110001011111100110010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEF3; }

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

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

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

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

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

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

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

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