#B8A4FE

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

Shades of Melrose #B8A4FE

Tints of Melrose #B8A4FE

Color information

#B8A4FE (or 0xB8A4FE) is unknown color: approx Melrose. HEX triplet: B8, A4 and FE. RGB value is (184,164,254). Sum of RGB (Red+Green+Blue) = 184+164+254=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 164 (64.45% from 255 or 27.24% from 602); Blue value is 254 (99.61% from 255 or 42.19% from 602); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8A4FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4FE is #475B01. Grayscale: #B3B3B3. Windows color (decimal): -4676354 or 16688312. OLE color: 16688312.

HSL color Cylindrical-coordinate representation of color #B8A4FE: hue angle of 253.33º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8A4FE is Cyan = 0.28, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB184164254-
CMYK0.280.3500.00
HSL253.33º97.83%81.96%-
HSV(B)253.33º35.43%99.61%-
XYZ50.9343.999.55-
YUV180.24169.63130.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.56%
GREEN value IS 164 (64.45% from 255) = 27.24%
BLUE value IS 254 (99.61% from 255) = 42.19%
R=30.56%
G=27.24%
B=42.19%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841642540.280.3500.00253.3397.8381.96
HexB8A4FE1C2300fd6252
Octal270244376344300375142122
Binary10111000101001001111111011100100011001111110111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4FE; }

 p { color: rgb(184,164,254); }

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

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

 a { background-color: rgb(184,164,254); }

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

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

 span { border-color: rgb(184,164,254); }

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