#B5B6EC

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

Shades of Perano #B5B6EC

Tints of Perano #B5B6EC

Color information

#B5B6EC (or 0xB5B6EC) is unknown color: approx Perano. HEX triplet: B5, B6 and EC. RGB value is (181,182,236). Sum of RGB (Red+Green+Blue) = 181+182+236=599 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.22% from 599); Green value is 182 (71.48% from 255 or 30.38% 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 #B5B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B6EC is #4A4913. Grayscale: #BBBBBB. Windows color (decimal): -4868372 or 15513269. OLE color: 15513269.

HSL color Cylindrical-coordinate representation of color #B5B6EC: hue angle of 238.91º 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 #B5B6EC is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB181182236-
CMYK0.230.2300.07
HSL238.91º59.14%81.76%-
HSV(B)238.91º23.31%92.55%-
XYZ50.9249.3486.2-
YUV187.86155.17123.11-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.22%
GREEN value IS 182 (71.48% from 255) = 30.38%
BLUE value IS 236 (92.58% from 255) = 39.40%
R=30.22%
G=30.38%
B=39.40%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1811822360.230.2300.07238.9159.1481.76
HexB5B6EC171707ef3b52
Octal26526635427270735773122
Binary10110101101101101110110010111101110111111011111110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6EC; }

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

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

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

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

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

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

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

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