#B8A9EA

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

Shades of Melrose #B8A9EA

Tints of Melrose #B8A9EA

Color information

#B8A9EA (or 0xB8A9EA) is unknown color: approx Melrose. HEX triplet: B8, A9 and EA. RGB value is (184,169,234). Sum of RGB (Red+Green+Blue) = 184+169+234=587 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.35% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 234 (91.80% from 255 or 39.86% from 587); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A9EA is #475615. Grayscale: #B4B4B4. Windows color (decimal): -4675094 or 15378872. OLE color: 15378872.

HSL color Cylindrical-coordinate representation of color #B8A9EA: hue angle of 253.85º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8A9EA is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB184169234-
CMYK0.210.2800.08
HSL253.85º60.75%79.02%-
HSV(B)253.85º27.78%91.76%-
XYZ48.8144.5183.86-
YUV180.9157.97130.21-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 31.35%
GREEN value IS 169 (66.41% from 255) = 28.79%
BLUE value IS 234 (91.80% from 255) = 39.86%
R=31.35%
G=28.79%
B=39.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841692340.210.2800.08253.8560.7579.02
HexB8A9EA151C08fe3d4f
Octal270251352253401037675117
Binary101110001010100111101010101011110001000111111101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A9EA; }

 p { color: rgb(184,169,234); }

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

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

 a { background-color: rgb(184,169,234); }

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

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

 span { border-color: rgb(184,169,234); }

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