#B7AEEB

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

Shades of Melrose #B7AEEB

Tints of Melrose #B7AEEB

Color information

#B7AEEB (or 0xB7AEEB) is unknown color: approx Melrose. HEX triplet: B7, AE and EB. RGB value is (183,174,235). Sum of RGB (Red+Green+Blue) = 183+174+235=592 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.91% from 592); Green value is 174 (68.36% from 255 or 29.39% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #B7AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7AEEB is #485114. Grayscale: #B7B7B7. Windows color (decimal): -4739349 or 15445687. OLE color: 15445687.

HSL color Cylindrical-coordinate representation of color #B7AEEB: hue angle of 248.85º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7AEEB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183174235-
CMYK0.220.2600.08
HSL248.85º60.4%80.2%-
HSV(B)248.85º25.96%92.16%-
XYZ49.6646.3484.92-
YUV183.64156.98127.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 30.91%
GREEN value IS 174 (68.36% from 255) = 29.39%
BLUE value IS 235 (92.19% from 255) = 39.70%
R=30.91%
G=29.39%
B=39.70%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831742350.220.2600.08248.8560.480.2
HexB7AEEB161A08f93c50
Octal267256353263201037174120
Binary101101111010111011101011101101101001000111110011111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEEB; }

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

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

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

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

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

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

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

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