#B1BAEA

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

Shades of Perano #B1BAEA

Tints of Perano #B1BAEA

Color information

#B1BAEA (or 0xB1BAEA) is unknown color: approx Perano. HEX triplet: B1, BA and EA. RGB value is (177,186,234). Sum of RGB (Red+Green+Blue) = 177+186+234=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #B1BAEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAEA is #4E4515. Grayscale: #BCBCBC. Windows color (decimal): -5129494 or 15383217. OLE color: 15383217.

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

Color convert

RGB177186234-
CMYK0.240.2100.08
HSL230.53º57.58%80.59%-
HSV(B)230.53º24.36%91.76%-
XYZ50.5450.4184.91-
YUV188.78153.52119.6-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.65%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=29.65%
G=31.16%
B=39.20%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1771862340.240.2100.08230.5357.5880.59
HexB1BAEA181508e73a51
Octal261272352302501034772121
Binary101100011011101011101010110001010101000111001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAEA; }

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

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

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

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

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

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

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

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