#B3B5FB

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

Shades of Perano #B3B5FB

Tints of Perano #B3B5FB

Color information

#B3B5FB (or 0xB3B5FB) is unknown color: approx Perano. HEX triplet: B3, B5 and FB. RGB value is (179,181,251). Sum of RGB (Red+Green+Blue) = 179+181+251=611 (80% of max value = 765). Red value is 179 (70.31% from 255 or 29.30% from 611); Green value is 181 (71.09% from 255 or 29.62% 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 #B3B5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B3B5FB is #4C4A04. Grayscale: #BCBCBC. Windows color (decimal): -4999685 or 16496051. OLE color: 16496051.

HSL color Cylindrical-coordinate representation of color #B3B5FB: hue angle of 238.33º 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 #B3B5FB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB179181251-
CMYK0.290.2800.02
HSL238.33º90%84.31%-
HSV(B)238.33º28.69%98.43%-
XYZ52.5349.698.07-
YUV188.38163.34121.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1791812510.290.2800.02238.339084.31
HexB3B5FB1D1C02ee5a54
Octal263265373353402356132124
Binary10110011101101011111101111101111000101110111010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B5FB; }

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

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

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

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

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

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

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

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