#B8A7FE

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

Shades of Melrose #B8A7FE

Tints of Melrose #B8A7FE

Color information

#B8A7FE (or 0xB8A7FE) is unknown color: approx Melrose. HEX triplet: B8, A7 and FE. RGB value is (184,167,254). Sum of RGB (Red+Green+Blue) = 184+167+254=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 167 (65.62% from 255 or 27.60% from 605); Blue value is 254 (99.61% from 255 or 41.98% from 605); Max value from RGB is 254 - color contains mainly: blue. Hex color #B8A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A7FE is #475801. Grayscale: #B5B5B5. Windows color (decimal): -4675586 or 16689080. OLE color: 16689080.

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

Color convert

RGB184167254-
CMYK0.280.3400.00
HSL251.72º97.75%82.55%-
HSV(B)251.72º34.25%99.61%-
XYZ51.4844.9899.74-
YUV182168.63129.43-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.41%
GREEN value IS 167 (65.62% from 255) = 27.60%
BLUE value IS 254 (99.61% from 255) = 41.98%
R=30.41%
G=27.60%
B=41.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1841672540.280.3400.00251.7297.7582.55
HexB8A7FE1C2200fc6253
Octal270247376344200374142123
Binary10111000101001111111111011100100010001111110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A7FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A7FE; }

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

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

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

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

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

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

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

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