#B5B3FB

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

Shades of Perano #B5B3FB

Tints of Perano #B5B3FB

Color information

#B5B3FB (or 0xB5B3FB) is unknown color: approx Perano. HEX triplet: B5, B3 and FB. RGB value is (181,179,251). Sum of RGB (Red+Green+Blue) = 181+179+251=611 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.62% from 611); Green value is 179 (70.31% from 255 or 29.30% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #B5B3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B3FB is #4A4C04. Grayscale: #BBBBBB. Windows color (decimal): -4869125 or 16495541. OLE color: 16495541.

HSL color Cylindrical-coordinate representation of color #B5B3FB: hue angle of 241.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B5B3FB is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB181179251-
CMYK0.280.2900.02
HSL241.67º90%84.31%-
HSV(B)241.67º28.69%98.43%-
XYZ52.5949.0397.96-
YUV187.81163.66123.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.62%
GREEN value IS 179 (70.31% from 255) = 29.30%
BLUE value IS 251 (98.44% from 255) = 41.08%
R=29.62%
G=29.30%
B=41.08%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811792510.280.2900.02241.679084.31
HexB5B3FB1C1D02f25a54
Octal265263373343502362132124
Binary10110101101100111111101111100111010101111001010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B3FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B3FB; }

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

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

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

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

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

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

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

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