#B9AEDF

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

Shades of Melrose #B9AEDF

Tints of Melrose #B9AEDF

Color information

#B9AEDF (or 0xB9AEDF) is unknown color: approx Melrose. HEX triplet: B9, AE and DF. RGB value is (185,174,223). Sum of RGB (Red+Green+Blue) = 185+174+223=582 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.79% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEDF is #465120. Grayscale: #B6B6B6. Windows color (decimal): -4608289 or 14659257. OLE color: 14659257.

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

Color convert

RGB185174223-
CMYK0.170.2200.13
HSL253.47º43.36%77.84%-
HSV(B)253.47º21.97%87.45%-
XYZ48.4645.9176.12-
YUV182.87150.64129.52-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.79%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 223 (87.5% from 255) = 38.32%
R=31.79%
G=29.90%
B=38.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851742230.170.2200.13253.4743.3677.84
HexB9AEDF11160Dfd2b4e
Octal271256337212601537553116
Binary101110011010111011011111100011011001101111111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEDF; }

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

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

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

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

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

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

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

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