#B1A0FE

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

Shades of Melrose #B1A0FE

Tints of Melrose #B1A0FE

Color information

#B1A0FE (or 0xB1A0FE) is unknown color: approx Melrose. HEX triplet: B1, A0 and FE. RGB value is (177,160,254). Sum of RGB (Red+Green+Blue) = 177+160+254=591 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.95% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1A0FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A0FE is #4E5F01. Grayscale: #AFAFAF. Windows color (decimal): -5136130 or 16687281. OLE color: 16687281.

HSL color Cylindrical-coordinate representation of color #B1A0FE: hue angle of 250.85º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B1A0FE is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177160254-
CMYK0.300.3700.00
HSL250.85º97.92%81.18%-
HSV(B)250.85º37.01%99.61%-
XYZ48.5941.6499.24-
YUV175.8172.13128.86-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.95%
GREEN value IS 160 (62.89% from 255) = 27.07%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=29.95%
G=27.07%
B=42.98%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771602540.300.3700.00250.8597.9281.18
HexB1A0FE1E2500fb6251
Octal261240376364500373142121
Binary10110001101000001111111011110100101001111101111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1A0FE; }

 p { color: rgb(177,160,254); }

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

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

 a { background-color: rgb(177,160,254); }

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

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

 span { border-color: rgb(177,160,254); }

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