#B8AEEB

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

Shades of Melrose #B8AEEB

Tints of Melrose #B8AEEB

Color information

#B8AEEB (or 0xB8AEEB) is unknown color: approx Melrose. HEX triplet: B8, AE and EB. RGB value is (184,174,235). Sum of RGB (Red+Green+Blue) = 184+174+235=593 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.03% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #B8AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEEB is #475114. Grayscale: #B7B7B7. Windows color (decimal): -4673813 or 15445688. OLE color: 15445688.

HSL color Cylindrical-coordinate representation of color #B8AEEB: hue angle of 249.84º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8AEEB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184174235-
CMYK0.220.2600.08
HSL249.84º60.4%80.2%-
HSV(B)249.84º25.96%92.16%-
XYZ49.946.4684.94-
YUV183.94156.81128.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.03%
GREEN value IS 174 (68.36% from 255) = 29.34%
BLUE value IS 235 (92.19% from 255) = 39.63%
R=31.03%
G=29.34%
B=39.63%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841742350.220.2600.08249.8460.480.2
HexB8AEEB161A08fa3c50
Octal270256353263201037274120
Binary101110001010111011101011101101101001000111110101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8AEEB; }

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

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

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

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

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

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

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

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