#B5B9FA

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

Shades of Perano #B5B9FA

Tints of Perano #B5B9FA

Color information

#B5B9FA (or 0xB5B9FA) is unknown color: approx Perano. HEX triplet: B5, B9 and FA. RGB value is (181,185,250). Sum of RGB (Red+Green+Blue) = 181+185+250=616 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.38% from 616); Green value is 185 (72.66% from 255 or 30.03% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5B9FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B9FA is #4A4605. Grayscale: #BEBEBE. Windows color (decimal): -4867590 or 16431541. OLE color: 16431541.

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

Color convert

RGB181185250-
CMYK0.280.2600.02
HSL236.52º87.34%84.51%-
HSV(B)236.52º27.6%98.04%-
XYZ53.6651.4297.54-
YUV191.21161.17120.71-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.38%
GREEN value IS 185 (72.66% from 255) = 30.03%
BLUE value IS 250 (98.05% from 255) = 40.58%
R=29.38%
G=30.03%
B=40.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1811852500.280.2600.02236.5287.3484.51
HexB5B9FA1C1A02ed5755
Octal265271372343202355127125
Binary10110101101110011111101011100110100101110110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B9FA; }

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

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

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

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

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

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

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

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