#B9AEDD

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

Shades of Melrose #B9AEDD

Tints of Melrose #B9AEDD

Color information

#B9AEDD (or 0xB9AEDD) is unknown color: approx Melrose. HEX triplet: B9, AE and DD. RGB value is (185,174,221). Sum of RGB (Red+Green+Blue) = 185+174+221=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AEDD is #465122. Grayscale: #B6B6B6. Windows color (decimal): -4608291 or 14528185. OLE color: 14528185.

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

Color convert

RGB185174221-
CMYK0.160.2100.13
HSL254.04º40.87%77.45%-
HSV(B)254.04º21.27%86.67%-
XYZ48.1945.8174.71-
YUV182.65149.64129.68-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.90%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=31.90%
G=30%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851742210.160.2100.13254.0440.8777.45
HexB9AEDD10150Dfe294d
Octal271256335202501537651115
Binary101110011010111011011101100001010101101111111101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AEDD; }

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

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

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

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

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

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

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

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