#B7AEDB

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

Shades of Melrose #B7AEDB

Tints of Melrose #B7AEDB

Color information

#B7AEDB (or 0xB7AEDB) is unknown color: approx Melrose. HEX triplet: B7, AE and DB. RGB value is (183,174,219). Sum of RGB (Red+Green+Blue) = 183+174+219=576 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.77% from 576); Green value is 174 (68.36% from 255 or 30.21% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7AEDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEDB is #485124. Grayscale: #B5B5B5. Windows color (decimal): -4739365 or 14397111. OLE color: 14397111.

HSL color Cylindrical-coordinate representation of color #B7AEDB: hue angle of 252º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7AEDB is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183174219-
CMYK0.160.2100.14
HSL252º38.46%77.06%-
HSV(B)252º20.55%85.88%-
XYZ47.4545.4573.29-
YUV181.82148.98128.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.77%
GREEN value IS 174 (68.36% from 255) = 30.21%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=31.77%
G=30.21%
B=38.02%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831742190.160.2100.1425238.4677.06
HexB7AEDB10150Efc264d
Octal267256333202501637446115
Binary101101111010111011011011100001010101110111111001001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEDB; }

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

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

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

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

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

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

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

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