#B3B7EA

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

Shades of Perano #B3B7EA

Tints of Perano #B3B7EA

Color information

#B3B7EA (or 0xB3B7EA) is unknown color: approx Perano. HEX triplet: B3, B7 and EA. RGB value is (179,183,234). Sum of RGB (Red+Green+Blue) = 179+183+234=596 (78% of max value = 765). Red value is 179 (70.31% from 255 or 30.03% from 596); Green value is 183 (71.88% from 255 or 30.70% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 234 - color contains mainly: blue. Hex color #B3B7EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B7EA is #4C4815. Grayscale: #BBBBBB. Windows color (decimal): -4999190 or 15382451. OLE color: 15382451.

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

Color convert

RGB179183234-
CMYK0.240.2200.08
HSL235.64º56.7%80.98%-
HSV(B)235.64º23.5%91.76%-
XYZ50.3849.3984.72-
YUV187.62154.17121.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 30.03%
GREEN value IS 183 (71.88% from 255) = 30.70%
BLUE value IS 234 (91.80% from 255) = 39.26%
R=30.03%
G=30.70%
B=39.26%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1791832340.240.2200.08235.6456.780.98
HexB3B7EA181608ec3951
Octal263267352302601035471121
Binary101100111011011111101010110001011001000111011001110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B7EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B7EA; }

 p { color: rgb(179,183,234); }

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

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

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

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

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

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

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