#b1a7f2

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

Shades of Melrose #B1A7F2

Tints of Melrose #B1A7F2

Color information

#B1A7F2 (or 0xB1A7F2) is unknown color: approx Melrose. HEX triplet: B1, A7 and F2. RGB value is (177,167,242). Sum of RGB (Red+Green+Blue) = 177+167+242=586 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.20% from 586); Green value is 167 (65.62% from 255 or 28.50% from 586); Blue value is 242 (94.92% from 255 or 41.30% from 586); Max value from RGB is 242 - color contains mainly: blue. Hex color #B1A7F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A7F2 is #4E580D. Grayscale: #B2B2B2. Windows color (decimal): -5134350 or 15902641. OLE color: 15902641.

HSL color Cylindrical-coordinate representation of color #B1A7F2: hue angle of 248º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B1A7F2 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177167242-
CMYK0.270.3100.05
HSL248º74.26%80.2%-
HSV(B)248º30.99%94.9%-
XYZ47.9843.489.85-
YUV178.54163.81126.9-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.20%
GREEN value IS 167 (65.62% from 255) = 28.50%
BLUE value IS 242 (94.92% from 255) = 41.30%
R=30.20%
G=28.50%
B=41.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771672420.270.3100.0524874.2680.2
HexB1A7F21B1F05f84a50
Octal261247362333705370112120
Binary101100011010011111110010110111111101011111100010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1a7f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1a7f2; }

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

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

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

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

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

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

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

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