#B7AEDD

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

Shades of Melrose #B7AEDD

Tints of Melrose #B7AEDD

Color information

#B7AEDD (or 0xB7AEDD) is unknown color: approx Melrose. HEX triplet: B7, AE and DD. RGB value is (183,174,221). Sum of RGB (Red+Green+Blue) = 183+174+221=578 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.66% from 578); Green value is 174 (68.36% from 255 or 30.10% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEDD is #485122. Grayscale: #B5B5B5. Windows color (decimal): -4739363 or 14528183. OLE color: 14528183.

HSL color Cylindrical-coordinate representation of color #B7AEDD: hue angle of 251.49º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7AEDD is Cyan = 0.17, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183174221-
CMYK0.170.2100.13
HSL251.49º40.87%77.45%-
HSV(B)251.49º21.27%86.67%-
XYZ47.7245.5674.69-
YUV182.05149.98128.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.66%
GREEN value IS 174 (68.36% from 255) = 30.10%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=31.66%
G=30.10%
B=38.24%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831742210.170.2100.13251.4940.8777.45
HexB7AEDD11150Dfb294d
Octal267256335212501537351115
Binary101101111010111011011101100011010101101111110111010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEDD; }

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

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

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

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

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

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

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

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