#B8AEDE

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

Shades of Melrose #B8AEDE

Tints of Melrose #B8AEDE

Color information

#B8AEDE (or 0xB8AEDE) is unknown color: approx Melrose. HEX triplet: B8, AE and DE. RGB value is (184,174,222). Sum of RGB (Red+Green+Blue) = 184+174+222=580 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.72% from 580); Green value is 174 (68.36% from 255 or 30% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #B8AEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEDE is #475121. Grayscale: #B6B6B6. Windows color (decimal): -4673826 or 14593720. OLE color: 14593720.

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

Color convert

RGB184174222-
CMYK0.170.2200.13
HSL252.5º42.11%77.65%-
HSV(B)252.5º21.62%87.06%-
XYZ48.0945.7475.4-
YUV182.46150.31129.1-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.72%
GREEN value IS 174 (68.36% from 255) = 30%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=31.72%
G=30%
B=38.28%

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
Decimal1841742220.170.2200.13252.542.1177.65
HexB8AEDE11160Dfc2a4e
Octal270256336212601537452116
Binary101110001010111011011110100011011001101111111001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEDE; }

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

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

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

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

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

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

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

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