#B3A9EA

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

Shades of Melrose #B3A9EA

Tints of Melrose #B3A9EA

Color information

#B3A9EA (or 0xB3A9EA) is unknown color: approx Melrose. HEX triplet: B3, A9 and EA. RGB value is (179,169,234). Sum of RGB (Red+Green+Blue) = 179+169+234=582 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.76% from 582); Green value is 169 (66.41% from 255 or 29.04% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3A9EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B3A9EA is #4C5615. Grayscale: #B3B3B3. Windows color (decimal): -5002774 or 15378867. OLE color: 15378867.

HSL color Cylindrical-coordinate representation of color #B3A9EA: hue angle of 249.23º 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 #B3A9EA is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB179169234-
CMYK0.240.2800.08
HSL249.23º60.75%79.02%-
HSV(B)249.23º27.78%91.76%-
XYZ47.6343.983.81-
YUV179.4158.81127.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.76%
GREEN value IS 169 (66.41% from 255) = 29.04%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=30.76%
G=29.04%
B=40.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791692340.240.2800.08249.2360.7579.02
HexB3A9EA181C08f93d4f
Octal263251352303401037175117
Binary101100111010100111101010110001110001000111110011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9EA; }

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

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

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

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

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

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

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

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