#B8A4FC

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

Shades of Melrose #B8A4FC

Tints of Melrose #B8A4FC

Color information

#B8A4FC (or 0xB8A4FC) is unknown color: approx Melrose. HEX triplet: B8, A4 and FC. RGB value is (184,164,252). Sum of RGB (Red+Green+Blue) = 184+164+252=600 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.67% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 252 (98.83% from 255 or 42% from 600); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A4FC is #475B03. Grayscale: #B3B3B3. Windows color (decimal): -4676356 or 16557240. OLE color: 16557240.

HSL color Cylindrical-coordinate representation of color #B8A4FC: hue angle of 253.64º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B8A4FC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB184164252-
CMYK0.270.3500.01
HSL253.64º93.62%81.57%-
HSV(B)253.64º34.92%98.82%-
XYZ50.6143.7797.88-
YUV180.01168.63130.84-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.67%
GREEN value IS 164 (64.45% from 255) = 27.33%
BLUE value IS 252 (98.83% from 255) = 42%
R=30.67%
G=27.33%
B=42%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1841642520.270.3500.01253.6493.6281.57
HexB8A4FC1B2301fe5e52
Octal270244374334301376136122
Binary10111000101001001111110011011100011011111111010111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A4FC; }

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

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

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

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

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

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

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

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