#B1BAE1

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

Shades of Perano #B1BAE1

Tints of Perano #B1BAE1

Color information

#B1BAE1 (or 0xB1BAE1) is unknown color: approx Perano. HEX triplet: B1, BA and E1. RGB value is (177,186,225). Sum of RGB (Red+Green+Blue) = 177+186+225=588 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.10% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 225 (88.28% from 255 or 38.27% from 588); Max value from RGB is 225 - color contains mainly: blue. Hex color #B1BAE1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BAE1 is #4E451E. Grayscale: #BBBBBB. Windows color (decimal): -5129503 or 14793393. OLE color: 14793393.

HSL color Cylindrical-coordinate representation of color #B1BAE1: hue angle of 228.75º degrees, saturation: 0.44, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B1BAE1 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB177186225-
CMYK0.210.1700.12
HSL228.75º44.44%78.82%-
HSV(B)228.75º21.33%88.24%-
XYZ49.2849.978.27-
YUV187.76149.02120.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.10%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 225 (88.28% from 255) = 38.27%
R=30.10%
G=31.63%
B=38.27%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1771862250.210.1700.12228.7544.4478.82
HexB1BAE115110Ce52c4f
Octal261272341252101434554117
Binary101100011011101011100001101011000101100111001011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAE1; }

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

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

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

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

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

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

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

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