#B1BBEA

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

Shades of Perano #B1BBEA

Tints of Perano #B1BBEA

Color information

#B1BBEA (or 0xB1BBEA) is unknown color: approx Perano. HEX triplet: B1, BB and EA. RGB value is (177,187,234). Sum of RGB (Red+Green+Blue) = 177+187+234=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBEA is #4E4415. Grayscale: #BDBDBD. Windows color (decimal): -5129238 or 15383473. OLE color: 15383473.

HSL color Cylindrical-coordinate representation of color #B1BBEA: hue angle of 229.47º 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 #B1BBEA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB177187234-
CMYK0.240.2000.08
HSL229.47º57.58%80.59%-
HSV(B)229.47º24.36%91.76%-
XYZ50.7550.8384.98-
YUV189.37153.19119.18-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.60%
GREEN value IS 187 (73.44% from 255) = 31.27%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=29.60%
G=31.27%
B=39.13%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771872340.240.2000.08229.4757.5880.59
HexB1BBEA181408e53a51
Octal261273352302401034572121
Binary101100011011101111101010110001010001000111001011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBEA; }

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

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

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

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

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

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

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

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