#B1BFEA

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

Shades of Perano #B1BFEA

Tints of Perano #B1BFEA

Color information

#B1BFEA (or 0xB1BFEA) is unknown color: approx Perano. HEX triplet: B1, BF and EA. RGB value is (177,191,234). Sum of RGB (Red+Green+Blue) = 177+191+234=602 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.40% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1BFEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BFEA is #4E4015. Grayscale: #BFBFBF. Windows color (decimal): -5128214 or 15384497. OLE color: 15384497.

HSL color Cylindrical-coordinate representation of color #B1BFEA: hue angle of 225.26º degrees, saturation: 0.58, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B1BFEA is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177191234-
CMYK0.240.1800.08
HSL225.26º57.58%80.59%-
HSV(B)225.26º24.36%91.76%-
XYZ51.6152.5585.26-
YUV191.72151.86117.5-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.40%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=29.40%
G=31.73%
B=38.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771912340.240.1800.08225.2657.5880.59
HexB1BFEA181208e13a51
Octal261277352302201034172121
Binary101100011011111111101010110001001001000111000011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BFEA; }

 p { color: rgb(177,191,234); }

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

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

 a { background-color: rgb(177,191,234); }

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

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

 span { border-color: rgb(177,191,234); }

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