#b9b1f2

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

Shades of Melrose #B9B1F2

Tints of Melrose #B9B1F2

Color information

#B9B1F2 (or 0xB9B1F2) is unknown color: approx Melrose. HEX triplet: B9, B1 and F2. RGB value is (185,177,242). Sum of RGB (Red+Green+Blue) = 185+177+242=604 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.63% from 604); Green value is 177 (69.53% from 255 or 29.30% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #B9B1F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9B1F2 is #464E0D. Grayscale: #BABABA. Windows color (decimal): -4607502 or 15905209. OLE color: 15905209.

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

Color convert

RGB185177242-
CMYK0.240.2700.05
HSL247.38º71.43%82.16%-
HSV(B)247.38º26.86%94.9%-
XYZ51.7648.1790.57-
YUV186.8159.15126.71-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.63%
GREEN value IS 177 (69.53% from 255) = 29.30%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=30.63%
G=29.30%
B=40.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1851772420.240.2700.05247.3871.4382.16
HexB9B1F2181B05f74752
Octal271261362303305367107122
Binary101110011011000111110010110001101101011111011110001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9b1f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9b1f2; }

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

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

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

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

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

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

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

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