#B5BAEC

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

Shades of Perano #B5BAEC

Tints of Perano #B5BAEC

Color information

#B5BAEC (or 0xB5BAEC) is unknown color: approx Perano. HEX triplet: B5, BA and EC. RGB value is (181,186,236). Sum of RGB (Red+Green+Blue) = 181+186+236=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 186 (73.05% from 255 or 30.85% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #B5BAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5BAEC is #4A4513. Grayscale: #BEBEBE. Windows color (decimal): -4867348 or 15514293. OLE color: 15514293.

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

Color convert

RGB181186236-
CMYK0.230.2100.07
HSL234.55º59.14%81.76%-
HSV(B)234.55º23.31%92.55%-
XYZ51.765186.47-
YUV190.2153.84121.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.02%
GREEN value IS 186 (73.05% from 255) = 30.85%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=30.02%
G=30.85%
B=39.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811862360.230.2100.07234.5559.1481.76
HexB5BAEC171507eb3b52
Octal26527235427250735373122
Binary10110101101110101110110010111101010111111010111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5BAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5BAEC; }

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

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

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

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

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

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

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

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