#B7AEDF

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

Shades of Melrose #B7AEDF

Tints of Melrose #B7AEDF

Color information

#B7AEDF (or 0xB7AEDF) is unknown color: approx Melrose. HEX triplet: B7, AE and DF. RGB value is (183,174,223). Sum of RGB (Red+Green+Blue) = 183+174+223=580 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.55% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #B7AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AEDF is #485120. Grayscale: #B6B6B6. Windows color (decimal): -4739361 or 14659255. OLE color: 14659255.

HSL color Cylindrical-coordinate representation of color #B7AEDF: hue angle of 251.02º degrees, saturation: 0.43, 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 #B7AEDF is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183174223-
CMYK0.180.2200.13
HSL251.02º43.36%77.84%-
HSV(B)251.02º21.97%87.45%-
XYZ47.9845.6776.1-
YUV182.28150.98128.52-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.55%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 223 (87.5% from 255) = 38.45%
R=31.55%
G=30%
B=38.45%

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
Decimal1831742230.180.2200.13251.0243.3677.84
HexB7AEDF12160Dfb2b4e
Octal267256337222601537353116
Binary101101111010111011011111100101011001101111110111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AEDF; }

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

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

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

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

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

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

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

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