#B3B3EC

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

Shades of Perano #B3B3EC

Tints of Perano #B3B3EC

Color information

#B3B3EC (or 0xB3B3EC) is unknown color: approx Perano. HEX triplet: B3, B3 and EC. RGB value is (179,179,236). Sum of RGB (Red+Green+Blue) = 179+179+236=594 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.13% from 594); Green value is 179 (70.31% from 255 or 30.13% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #B3B3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B3EC is #4C4C13. Grayscale: #B9B9B9. Windows color (decimal): -5000212 or 15512499. OLE color: 15512499.

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

Color convert

RGB179179236-
CMYK0.240.2400.07
HSL240º60%81.37%-
HSV(B)240º24.15%92.55%-
XYZ49.8547.8885.97-
YUV185.5156.5123.37-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.13%
GREEN value IS 179 (70.31% from 255) = 30.13%
BLUE value IS 236 (92.58% from 255) = 39.73%
R=30.13%
G=30.13%
B=39.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1791792360.240.2400.072406081.37
HexB3B3EC181807f03c51
Octal26326335430300736074121
Binary10110011101100111110110011000110000111111100001111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B3EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B3EC; }

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

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

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

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

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

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

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

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