#B7AEE5

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

Shades of Melrose #B7AEE5

Tints of Melrose #B7AEE5

Color information

#B7AEE5 (or 0xB7AEE5) is unknown color: approx Melrose. HEX triplet: B7, AE and E5. RGB value is (183,174,229). Sum of RGB (Red+Green+Blue) = 183+174+229=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #B7AEE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEE5 is #48511A. Grayscale: #B6B6B6. Windows color (decimal): -4739355 or 15052471. OLE color: 15052471.

HSL color Cylindrical-coordinate representation of color #B7AEE5: hue angle of 249.82º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7AEE5 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183174229-
CMYK0.200.2400.10
HSL249.82º51.4%79.02%-
HSV(B)249.82º24.02%89.8%-
XYZ48.814680.43-
YUV182.96153.98128.03-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.23%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=31.23%
G=29.69%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1831742290.200.2400.10249.8251.479.02
HexB7AEE514180Afa334f
Octal267256345243001237263117
Binary101101111010111011100101101001100001010111110101100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEE5; }

 p { color: rgb(183,174,229); }

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

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

 a { background-color: rgb(183,174,229); }

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

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

 span { border-color: rgb(183,174,229); }

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