#B7AEDE

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

Shades of Melrose #B7AEDE

Tints of Melrose #B7AEDE

Color information

#B7AEDE (or 0xB7AEDE) is unknown color: approx Melrose. HEX triplet: B7, AE and DE. RGB value is (183,174,222). Sum of RGB (Red+Green+Blue) = 183+174+222=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEDE is #485121. Grayscale: #B5B5B5. Windows color (decimal): -4739362 or 14593719. OLE color: 14593719.

HSL color Cylindrical-coordinate representation of color #B7AEDE: hue angle of 251.25º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7AEDE is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183174222-
CMYK0.180.2200.13
HSL251.25º42.11%77.65%-
HSV(B)251.25º21.62%87.06%-
XYZ47.8545.6175.39-
YUV182.16150.48128.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=31.61%
G=30.05%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831742220.180.2200.13251.2542.1177.65
HexB7AEDE12160Dfb2a4e
Octal267256336222601537352116
Binary101101111010111011011110100101011001101111110111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEDE; }

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

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

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

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

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

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

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

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