#B1A7E8

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

Shades of Melrose #B1A7E8

Tints of Melrose #B1A7E8

Color information

#B1A7E8 (or 0xB1A7E8) is unknown color: approx Melrose. HEX triplet: B1, A7 and E8. RGB value is (177,167,232). Sum of RGB (Red+Green+Blue) = 177+167+232=576 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.73% from 576); Green value is 167 (65.62% from 255 or 28.99% from 576); Blue value is 232 (91.02% from 255 or 40.28% from 576); Max value from RGB is 232 - color contains mainly: blue. Hex color #B1A7E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A7E8 is #4E5817. Grayscale: #B1B1B1. Windows color (decimal): -5134360 or 15247281. OLE color: 15247281.

HSL color Cylindrical-coordinate representation of color #B1A7E8: hue angle of 249.23º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B1A7E8 is Cyan = 0.24, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB177167232-
CMYK0.240.2800.09
HSL249.23º58.56%78.24%-
HSV(B)249.23º28.02%90.98%-
XYZ46.5242.8182.16-
YUV177.4158.81127.71-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.73%
GREEN value IS 167 (65.62% from 255) = 28.99%
BLUE value IS 232 (91.02% from 255) = 40.28%
R=30.73%
G=28.99%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1771672320.240.2800.09249.2358.5678.24
HexB1A7E8181C09f93b4e
Octal261247350303401137173116
Binary101100011010011111101000110001110001001111110011110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A7E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A7E8; }

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

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

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

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

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

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

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

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