#B1BEEA

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

Shades of Perano #B1BEEA

Tints of Perano #B1BEEA

Color information

#B1BEEA (or 0xB1BEEA) is unknown color: approx Perano. HEX triplet: B1, BE and EA. RGB value is (177,190,234). Sum of RGB (Red+Green+Blue) = 177+190+234=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 234 (91.80% from 255 or 38.94% from 601); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1BEEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BEEA is #4E4115. Grayscale: #BEBEBE. Windows color (decimal): -5128470 or 15384241. OLE color: 15384241.

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

Color convert

RGB177190234-
CMYK0.240.1900.08
HSL226.32º57.58%80.59%-
HSV(B)226.32º24.36%91.76%-
XYZ51.452.1185.19-
YUV191.13152.19117.92-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.45%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 234 (91.80% from 255) = 38.94%
R=29.45%
G=31.61%
B=38.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771902340.240.1900.08226.3257.5880.59
HexB1BEEA181308e23a51
Octal261276352302301034272121
Binary101100011011111011101010110001001101000111000101110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEEA; }

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

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

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

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

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

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

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

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