#B1BAEC

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

Shades of Perano #B1BAEC

Tints of Perano #B1BAEC

Color information

#B1BAEC (or 0xB1BAEC) is unknown color: approx Perano. HEX triplet: B1, BA and EC. RGB value is (177,186,236). Sum of RGB (Red+Green+Blue) = 177+186+236=599 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.55% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #B1BAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BAEC is #4E4513. Grayscale: #BCBCBC. Windows color (decimal): -5129492 or 15514289. OLE color: 15514289.

HSL color Cylindrical-coordinate representation of color #B1BAEC: hue angle of 230.85º degrees, saturation: 0.61, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B1BAEC is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB177186236-
CMYK0.250.2100.07
HSL230.85º60.82%80.98%-
HSV(B)230.85º25%92.55%-
XYZ50.8350.5286.43-
YUV189.01154.52119.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.55%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=29.55%
G=31.05%
B=39.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1771862360.250.2100.07230.8560.8280.98
HexB1BAEC191507e73d51
Octal26127235431250734775121
Binary10110001101110101110110011001101010111111001111111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BAEC; }

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

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

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

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

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

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

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

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