#B3B6EC

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

Shades of Perano #B3B6EC

Tints of Perano #B3B6EC

Color information

#B3B6EC (or 0xB3B6EC) is unknown color: approx Perano. HEX triplet: B3, B6 and EC. RGB value is (179,182,236). Sum of RGB (Red+Green+Blue) = 179+182+236=597 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.98% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 236 (92.58% from 255 or 39.53% from 597); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3B6EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B6EC is #4C4913. Grayscale: #BBBBBB. Windows color (decimal): -4999444 or 15513267. OLE color: 15513267.

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

Color convert

RGB179182236-
CMYK0.240.2300.07
HSL236.84º60%81.37%-
HSV(B)236.84º24.15%92.55%-
XYZ50.4649.186.17-
YUV187.26155.51122.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.98%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 236 (92.58% from 255) = 39.53%
R=29.98%
G=30.49%
B=39.53%

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
Decimal1791822360.240.2300.07236.846081.37
HexB3B6EC181707ed3c51
Octal26326635430270735574121
Binary10110011101101101110110011000101110111111011011111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B6EC; }

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

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

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

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

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

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

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

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