#B3B5EF

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

Shades of Perano #B3B5EF

Tints of Perano #B3B5EF

Color information

#B3B5EF (or 0xB3B5EF) is unknown color: approx Perano. HEX triplet: B3, B5 and EF. RGB value is (179,181,239). Sum of RGB (Red+Green+Blue) = 179+181+239=599 (79% of max value = 765). Red value is 179 (70.31% from 255 or 29.88% from 599); Green value is 181 (71.09% from 255 or 30.22% from 599); Blue value is 239 (93.75% from 255 or 39.90% from 599); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3B5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B5EF is #4C4A10. Grayscale: #BABABA. Windows color (decimal): -4999697 or 15709619. OLE color: 15709619.

HSL color Cylindrical-coordinate representation of color #B3B5EF: hue angle of 238º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3B5EF is Cyan = 0.25, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB179181239-
CMYK0.250.2400.06
HSL238º65.22%81.96%-
HSV(B)238º25.1%93.73%-
XYZ50.6948.8688.42-
YUV187.01157.34122.28-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 29.88%
GREEN value IS 181 (71.09% from 255) = 30.22%
BLUE value IS 239 (93.75% from 255) = 39.90%
R=29.88%
G=30.22%
B=39.90%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1791812390.250.2400.0623865.2281.96
HexB3B5EF191806ee4152
Octal263265357313006356101122
Binary101100111011010111101111110011100001101110111010000011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5EF; }

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

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

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

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

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

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

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

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