#B4A8EE

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

Shades of Melrose #B4A8EE

Tints of Melrose #B4A8EE

Color information

#B4A8EE (or 0xB4A8EE) is unknown color: approx Melrose. HEX triplet: B4, A8 and EE. RGB value is (180,168,238). Sum of RGB (Red+Green+Blue) = 180+168+238=586 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.72% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #B4A8EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B4A8EE is #4B5711. Grayscale: #B3B3B3. Windows color (decimal): -4937490 or 15640756. OLE color: 15640756.

HSL color Cylindrical-coordinate representation of color #B4A8EE: hue angle of 250.29º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4A8EE is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180168238-
CMYK0.240.2900.07
HSL250.29º67.31%79.61%-
HSV(B)250.29º29.41%93.33%-
XYZ48.2643.8886.82-
YUV179.57160.98128.31-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.72%
GREEN value IS 168 (66.02% from 255) = 28.67%
BLUE value IS 238 (93.36% from 255) = 40.61%
R=30.72%
G=28.67%
B=40.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801682380.240.2900.07250.2967.3179.61
HexB4A8EE181D07fa4350
Octal264250356303507372103120
Binary101101001010100011101110110001110101111111101010000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A8EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A8EE; }

 p { color: rgb(180,168,238); }

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

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

 a { background-color: rgb(180,168,238); }

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

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

 span { border-color: rgb(180,168,238); }

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