#B8AEDF

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

Shades of Melrose #B8AEDF

Tints of Melrose #B8AEDF

Color information

#B8AEDF (or 0xB8AEDF) is unknown color: approx Melrose. HEX triplet: B8, AE and DF. RGB value is (184,174,223). Sum of RGB (Red+Green+Blue) = 184+174+223=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 223 (87.5% from 255 or 38.38% from 581); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8AEDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AEDF is #475120. Grayscale: #B6B6B6. Windows color (decimal): -4673825 or 14659256. OLE color: 14659256.

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

Color convert

RGB184174223-
CMYK0.170.2200.13
HSL252.24º43.36%77.84%-
HSV(B)252.24º21.97%87.45%-
XYZ48.2245.7976.11-
YUV182.58150.81129.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 223 (87.5% from 255) = 38.38%
R=31.67%
G=29.95%
B=38.38%

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
Decimal1841742230.170.2200.13252.2443.3677.84
HexB8AEDF11160Dfc2b4e
Octal270256337212601537453116
Binary101110001010111011011111100011011001101111111001010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEDF; }

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

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

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

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

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

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

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

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