#B8AEDD

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

Shades of Melrose #B8AEDD

Tints of Melrose #B8AEDD

Color information

#B8AEDD (or 0xB8AEDD) is unknown color: approx Melrose. HEX triplet: B8, AE and DD. RGB value is (184,174,221). Sum of RGB (Red+Green+Blue) = 184+174+221=579 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.78% from 579); Green value is 174 (68.36% from 255 or 30.05% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8AEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEDD is #475122. Grayscale: #B6B6B6. Windows color (decimal): -4673827 or 14528184. OLE color: 14528184.

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

Color convert

RGB184174221-
CMYK0.170.2100.13
HSL252.77º40.87%77.45%-
HSV(B)252.77º21.27%86.67%-
XYZ47.9545.6874.7-
YUV182.35149.81129.18-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.78%
GREEN value IS 174 (68.36% from 255) = 30.05%
BLUE value IS 221 (86.72% from 255) = 38.17%
R=31.78%
G=30.05%
B=38.17%

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
Decimal1841742210.170.2100.13252.7740.8777.45
HexB8AEDD11150Dfd294d
Octal270256335212501537551115
Binary101110001010111011011101100011010101101111111011010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEDD; }

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

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

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

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

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

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

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

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