#B3B5EC

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

Shades of Perano #B3B5EC

Tints of Perano #B3B5EC

Color information

#B3B5EC (or 0xB3B5EC) is unknown color: approx Perano. HEX triplet: B3, B5 and EC. RGB value is (179,181,236). Sum of RGB (Red+Green+Blue) = 179+181+236=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 181 (71.09% from 255 or 30.37% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3B5EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B5EC is #4C4A13. Grayscale: #BABABA. Windows color (decimal): -4999700 or 15513011. OLE color: 15513011.

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

Color convert

RGB179181236-
CMYK0.240.2300.07
HSL237.89º60%81.37%-
HSV(B)237.89º24.15%92.55%-
XYZ50.2548.6986.11-
YUV186.67155.84122.53-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 181 (71.09% from 255) = 30.37%
BLUE value IS 236 (92.58% from 255) = 39.60%
R=30.03%
G=30.37%
B=39.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791812360.240.2300.07237.896081.37
HexB3B5EC181707ee3c51
Octal26326535430270735674121
Binary10110011101101011110110011000101110111111011101111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5EC; }

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

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

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

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

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

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

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

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