#B5B6FA

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

Shades of Perano #B5B6FA

Tints of Perano #B5B6FA

Color information

#B5B6FA (or 0xB5B6FA) is unknown color: approx Perano. HEX triplet: B5, B6 and FA. RGB value is (181,182,250). Sum of RGB (Red+Green+Blue) = 181+182+250=613 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.53% from 613); Green value is 182 (71.48% from 255 or 29.69% from 613); Blue value is 250 (98.05% from 255 or 40.78% from 613); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5B6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B6FA is #4A4905. Grayscale: #BDBDBD. Windows color (decimal): -4868358 or 16430773. OLE color: 16430773.

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

Color convert

RGB181182250-
CMYK0.280.2700.02
HSL239.13º87.34%84.51%-
HSV(B)239.13º27.6%98.04%-
XYZ53.0450.1897.33-
YUV189.45162.17121.97-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.53%
GREEN value IS 182 (71.48% from 255) = 29.69%
BLUE value IS 250 (98.05% from 255) = 40.78%
R=29.53%
G=29.69%
B=40.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811822500.280.2700.02239.1387.3484.51
HexB5B6FA1C1B02ef5755
Octal265266372343302357127125
Binary10110101101101101111101011100110110101110111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B6FA; }

 p { color: rgb(181,182,250); }

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

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

 a { background-color: rgb(181,182,250); }

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

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

 span { border-color: rgb(181,182,250); }

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