#B8A4F1

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

Shades of Melrose #B8A4F1

Tints of Melrose #B8A4F1

Color information

#B8A4F1 (or 0xB8A4F1) is unknown color: approx Melrose. HEX triplet: B8, A4 and F1. RGB value is (184,164,241). Sum of RGB (Red+Green+Blue) = 184+164+241=589 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.24% from 589); Green value is 164 (64.45% from 255 or 27.84% from 589); Blue value is 241 (94.53% from 255 or 40.92% from 589); Max value from RGB is 241 - color contains mainly: blue. Hex color #B8A4F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4F1 is #475B0E. Grayscale: #B2B2B2. Windows color (decimal): -4676367 or 15836344. OLE color: 15836344.

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

Color convert

RGB184164241-
CMYK0.240.3200.05
HSL255.58º73.33%79.41%-
HSV(B)255.58º31.95%94.51%-
XYZ48.9243.0988.96-
YUV178.76163.13131.74-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.24%
GREEN value IS 164 (64.45% from 255) = 27.84%
BLUE value IS 241 (94.53% from 255) = 40.92%
R=31.24%
G=27.84%
B=40.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1841642410.240.3200.05255.5873.3379.41
HexB8A4F1182005100494f
Octal270244361304005400111117
Binary10111000101001001111000111000100000010110000000010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4F1; }

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

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

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

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

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

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

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

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