#B2B1EF

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

Shades of Perano #B2B1EF

Tints of Perano #B2B1EF

Color information

#B2B1EF (or 0xB2B1EF) is unknown color: approx Perano. HEX triplet: B2, B1 and EF. RGB value is (178,177,239). Sum of RGB (Red+Green+Blue) = 178+177+239=594 (78% of max value = 765). Red value is 178 (69.92% from 255 or 29.97% from 594); Green value is 177 (69.53% from 255 or 29.80% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #B2B1EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B1EF is #4D4E10. Grayscale: #B8B8B8. Windows color (decimal): -5066257 or 15708594. OLE color: 15708594.

HSL color Cylindrical-coordinate representation of color #B2B1EF: hue angle of 240.97º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2B1EF is Cyan = 0.26, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB178177239-
CMYK0.260.2600.06
HSL240.97º65.96%81.57%-
HSV(B)240.97º25.94%93.73%-
XYZ49.6647.1488.14-
YUV184.37158.83123.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.97%
GREEN value IS 177 (69.53% from 255) = 29.80%
BLUE value IS 239 (93.75% from 255) = 40.24%
R=29.97%
G=29.80%
B=40.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1781772390.260.2600.06240.9765.9681.57
HexB2B1EF1A1A06f14252
Octal262261357323206361102122
Binary101100101011000111101111110101101001101111000110000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B1EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B1EF; }

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

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

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

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

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

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

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

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