#B1BBEF

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

Shades of Perano #B1BBEF

Tints of Perano #B1BBEF

Color information

#B1BBEF (or 0xB1BBEF) is unknown color: approx Perano. HEX triplet: B1, BB and EF. RGB value is (177,187,239). Sum of RGB (Red+Green+Blue) = 177+187+239=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #B1BBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBEF is #4E4410. Grayscale: #BDBDBD. Windows color (decimal): -5129233 or 15711153. OLE color: 15711153.

HSL color Cylindrical-coordinate representation of color #B1BBEF: hue angle of 230.32º 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 #B1BBEF is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB177187239-
CMYK0.260.2200.06
HSL230.32º65.96%81.57%-
HSV(B)230.32º25.94%93.73%-
XYZ51.4851.1288.82-
YUV189.94155.69118.77-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.35%
GREEN value IS 187 (73.44% from 255) = 31.01%
BLUE value IS 239 (93.75% from 255) = 39.64%
R=29.35%
G=31.01%
B=39.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1771872390.260.2200.06230.3265.9681.57
HexB1BBEF1A1606e64252
Octal261273357322606346102122
Binary101100011011101111101111110101011001101110011010000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBEF; }

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

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

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

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

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

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

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

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