#B2A7EA

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

Shades of Melrose #B2A7EA

Tints of Melrose #B2A7EA

Color information

#B2A7EA (or 0xB2A7EA) is unknown color: approx Melrose. HEX triplet: B2, A7 and EA. RGB value is (178,167,234). Sum of RGB (Red+Green+Blue) = 178+167+234=579 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.74% from 579); Green value is 167 (65.62% from 255 or 28.84% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2A7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2A7EA is #4D5815. Grayscale: #B1B1B1. Windows color (decimal): -5068822 or 15378354. OLE color: 15378354.

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

Color convert

RGB178167234-
CMYK0.240.2900.08
HSL249.85º61.47%78.63%-
HSV(B)249.85º28.63%91.76%-
XYZ47.0343.0483.67-
YUV177.93159.64128.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.74%
GREEN value IS 167 (65.62% from 255) = 28.84%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=30.74%
G=28.84%
B=40.41%

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
Decimal1781672340.240.2900.08249.8561.4778.63
HexB2A7EA181D08fa3d4f
Octal262247352303501037275117
Binary101100101010011111101010110001110101000111110101111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2A7EA; }

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

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

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

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

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

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

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

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