#B5B6EA

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

Shades of Perano #B5B6EA

Tints of Perano #B5B6EA

Color information

#B5B6EA (or 0xB5B6EA) is unknown color: approx Perano. HEX triplet: B5, B6 and EA. RGB value is (181,182,234). Sum of RGB (Red+Green+Blue) = 181+182+234=597 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.32% from 597); Green value is 182 (71.48% from 255 or 30.49% 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 #B5B6EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B6EA is #4A4915. Grayscale: #BBBBBB. Windows color (decimal): -4868374 or 15382197. OLE color: 15382197.

HSL color Cylindrical-coordinate representation of color #B5B6EA: hue angle of 238.87º degrees, saturation: 0.56, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5B6EA is Cyan = 0.23, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181182234-
CMYK0.230.2200.08
HSL238.87º55.79%81.37%-
HSV(B)238.87º22.65%91.76%-
XYZ50.6449.2284.67-
YUV187.63154.17123.27-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.32%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 234 (91.80% from 255) = 39.20%
R=30.32%
G=30.49%
B=39.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811822340.230.2200.08238.8755.7981.37
HexB5B6EA171608ef3851
Octal265266352272601035770121
Binary101101011011011011101010101111011001000111011111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6EA; }

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

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

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

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

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

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

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

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