#B1A4FA

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

Shades of Melrose #B1A4FA

Tints of Melrose #B1A4FA

Color information

#B1A4FA (or 0xB1A4FA) is unknown color: approx Melrose. HEX triplet: B1, A4 and FA. RGB value is (177,164,250). Sum of RGB (Red+Green+Blue) = 177+164+250=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 164 (64.45% from 255 or 27.75% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1A4FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A4FA is #4E5B05. Grayscale: #B1B1B1. Windows color (decimal): -5135110 or 16426161. OLE color: 16426161.

HSL color Cylindrical-coordinate representation of color #B1A4FA: hue angle of 249.07º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1A4FA is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB177164250-
CMYK0.290.3400.02
HSL249.07º89.58%81.18%-
HSV(B)249.07º34.4%98.04%-
XYZ48.6642.896.14-
YUV177.69168.81127.51-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.95%
GREEN value IS 164 (64.45% from 255) = 27.75%
BLUE value IS 250 (98.05% from 255) = 42.30%
R=29.95%
G=27.75%
B=42.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771642500.290.3400.02249.0789.5881.18
HexB1A4FA1D2202f95a51
Octal261244372354202371132121
Binary101100011010010011111010111011000100101111100110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A4FA; }

 p { color: rgb(177,164,250); }

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

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

 a { background-color: rgb(177,164,250); }

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

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

 span { border-color: rgb(177,164,250); }

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