#B8AAE3

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

Shades of Melrose #B8AAE3

Tints of Melrose #B8AAE3

Color information

#B8AAE3 (or 0xB8AAE3) is unknown color: approx Melrose. HEX triplet: B8, AA and E3. RGB value is (184,170,227). Sum of RGB (Red+Green+Blue) = 184+170+227=581 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.67% from 581); Green value is 170 (66.80% from 255 or 29.26% from 581); Blue value is 227 (89.06% from 255 or 39.07% from 581); Max value from RGB is 227 - color contains mainly: blue. Hex color #B8AAE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AAE3 is #47551C. Grayscale: #B4B4B4. Windows color (decimal): -4674845 or 14920376. OLE color: 14920376.

HSL color Cylindrical-coordinate representation of color #B8AAE3: hue angle of 254.74º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8AAE3 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184170227-
CMYK0.190.2500.11
HSL254.74º50.44%77.84%-
HSV(B)254.74º25.11%89.02%-
XYZ48.0144.4978.73-
YUV180.68154.14130.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.67%
GREEN value IS 170 (66.80% from 255) = 29.26%
BLUE value IS 227 (89.06% from 255) = 39.07%
R=31.67%
G=29.26%
B=39.07%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1841702270.190.2500.11254.7450.4477.84
HexB8AAE313190Bff324e
Octal270252343233101337762116
Binary101110001010101011100011100111100101011111111111100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AAE3; }

 p { color: rgb(184,170,227); }

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

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

 a { background-color: rgb(184,170,227); }

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

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

 span { border-color: rgb(184,170,227); }

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