#B2B1FE

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

Shades of Perano #B2B1FE

Tints of Perano #B2B1FE

Color information

#B2B1FE (or 0xB2B1FE) is unknown color: approx Perano. HEX triplet: B2, B1 and FE. RGB value is (178,177,254). Sum of RGB (Red+Green+Blue) = 178+177+254=609 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.23% from 609); Green value is 177 (69.53% from 255 or 29.06% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #B2B1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B2B1FE is #4D4E01. Grayscale: #B9B9B9. Windows color (decimal): -5066242 or 16691634. OLE color: 16691634.

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

Color convert

RGB178177254-
CMYK0.300.3000.00
HSL240.78º97.47%84.51%-
HSV(B)240.78º30.31%99.61%-
XYZ51.9748.07100.3-
YUV186.08166.33122.24-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.23%
GREEN value IS 177 (69.53% from 255) = 29.06%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=29.23%
G=29.06%
B=41.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1781772540.300.3000.00240.7897.4784.51
HexB2B1FE1E1E00f16155
Octal262261376363600361141125
Binary1011001010110001111111101111011110001111000111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B1FE; }

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

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

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

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

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

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

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

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