#B1A7EA

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

Shades of Melrose #B1A7EA

Tints of Melrose #B1A7EA

Color information

#B1A7EA (or 0xB1A7EA) is unknown color: approx Melrose. HEX triplet: B1, A7 and EA. RGB value is (177,167,234). Sum of RGB (Red+Green+Blue) = 177+167+234=578 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.62% from 578); Green value is 167 (65.62% from 255 or 28.89% from 578); Blue value is 234 (91.80% from 255 or 40.48% from 578); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1A7EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A7EA is #4E5815. Grayscale: #B1B1B1. Windows color (decimal): -5134358 or 15378353. OLE color: 15378353.

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

Color convert

RGB177167234-
CMYK0.240.2900.08
HSL248.96º61.47%78.63%-
HSV(B)248.96º28.63%91.76%-
XYZ46.842.9383.66-
YUV177.63159.81127.55-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.62%
GREEN value IS 167 (65.62% from 255) = 28.89%
BLUE value IS 234 (91.80% from 255) = 40.48%
R=30.62%
G=28.89%
B=40.48%

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
Decimal1771672340.240.2900.08248.9661.4778.63
HexB1A7EA181D08f93d4f
Octal261247352303501037175117
Binary101100011010011111101010110001110101000111110011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A7EA; }

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

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

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

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

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

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

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

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