#B8A5EE

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

Shades of Melrose #B8A5EE

Tints of Melrose #B8A5EE

Color information

#B8A5EE (or 0xB8A5EE) is unknown color: approx Melrose. HEX triplet: B8, A5 and EE. RGB value is (184,165,238). Sum of RGB (Red+Green+Blue) = 184+165+238=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #B8A5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A5EE is #475A11. Grayscale: #B2B2B2. Windows color (decimal): -4676114 or 15639992. OLE color: 15639992.

HSL color Cylindrical-coordinate representation of color #B8A5EE: hue angle of 255.62º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A5EE is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB184165238-
CMYK0.230.3100.07
HSL255.62º68.22%79.02%-
HSV(B)255.62º30.67%93.33%-
XYZ48.6543.2786.68-
YUV179161.29131.56-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.35%
GREEN value IS 165 (64.84% from 255) = 28.11%
BLUE value IS 238 (93.36% from 255) = 40.55%
R=31.35%
G=28.11%
B=40.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1841652380.230.3100.07255.6268.2279.02
HexB8A5EE171F07100444f
Octal270245356273707400104117
Binary1011100010100101111011101011111111011110000000010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A5EE; }

 p { color: rgb(184,165,238); }

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

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

 a { background-color: rgb(184,165,238); }

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

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

 span { border-color: rgb(184,165,238); }

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