#B1B2F1

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

Shades of Perano #B1B2F1

Tints of Perano #B1B2F1

Color information

#B1B2F1 (or 0xB1B2F1) is unknown color: approx Perano. HEX triplet: B1, B2 and F1. RGB value is (177,178,241). Sum of RGB (Red+Green+Blue) = 177+178+241=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 178 (69.92% from 255 or 29.87% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #B1B2F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1B2F1 is #4E4D0E. Grayscale: #B8B8B8. Windows color (decimal): -5131535 or 15839921. OLE color: 15839921.

HSL color Cylindrical-coordinate representation of color #B1B2F1: hue angle of 239.06º degrees, saturation: 0.7, 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 #B1B2F1 is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB177178241-
CMYK0.270.2600.05
HSL239.06º69.57%81.96%-
HSV(B)239.06º26.56%94.51%-
XYZ49.9347.5489.76-
YUV184.88159.67122.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.70%
GREEN value IS 178 (69.92% from 255) = 29.87%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=29.70%
G=29.87%
B=40.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1771782410.270.2600.05239.0669.5781.96
HexB1B2F11B1A05ef4652
Octal261262361333205357106122
Binary101100011011001011110001110111101001011110111110001101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B2F1; }

 p { color: rgb(177,178,241); }

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

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

 a { background-color: rgb(177,178,241); }

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

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

 span { border-color: rgb(177,178,241); }

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