#B2A5EA

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

Shades of Melrose #B2A5EA

Tints of Melrose #B2A5EA

Color information

#B2A5EA (or 0xB2A5EA) is unknown color: approx Melrose. HEX triplet: B2, A5 and EA. RGB value is (178,165,234). Sum of RGB (Red+Green+Blue) = 178+165+234=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 165 (64.84% from 255 or 28.60% from 577); Blue value is 234 (91.80% from 255 or 40.55% from 577); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2A5EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A5EA is #4D5A15. Grayscale: #B0B0B0. Windows color (decimal): -5069334 or 15377842. OLE color: 15377842.

HSL color Cylindrical-coordinate representation of color #B2A5EA: hue angle of 251.3º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2A5EA is Cyan = 0.24, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178165234-
CMYK0.240.2900.08
HSL251.3º62.16%78.24%-
HSV(B)251.3º29.49%91.76%-
XYZ46.6742.3283.55-
YUV176.75160.31128.89-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.85%
GREEN value IS 165 (64.84% from 255) = 28.60%
BLUE value IS 234 (91.80% from 255) = 40.55%
R=30.85%
G=28.60%
B=40.55%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781652340.240.2900.08251.362.1678.24
HexB2A5EA181D08fb3e4e
Octal262245352303501037376116
Binary101100101010010111101010110001110101000111110111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A5EA; }

 p { color: rgb(178,165,234); }

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

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

 a { background-color: rgb(178,165,234); }

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

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

 span { border-color: rgb(178,165,234); }

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