#B5B8FA

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

Shades of Perano #B5B8FA

Tints of Perano #B5B8FA

Color information

#B5B8FA (or 0xB5B8FA) is unknown color: approx Perano. HEX triplet: B5, B8 and FA. RGB value is (181,184,250). Sum of RGB (Red+Green+Blue) = 181+184+250=615 (81% of max value = 765). Red value is 181 (71.09% from 255 or 29.43% from 615); Green value is 184 (72.27% from 255 or 29.92% from 615); Blue value is 250 (98.05% from 255 or 40.65% from 615); Max value from RGB is 250 - color contains mainly: blue. Hex color #B5B8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B5B8FA is #4A4705. Grayscale: #BEBEBE. Windows color (decimal): -4867846 or 16431285. OLE color: 16431285.

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

Color convert

RGB181184250-
CMYK0.280.2600.02
HSL237.39º87.34%84.51%-
HSV(B)237.39º27.6%98.04%-
XYZ53.4551.0197.47-
YUV190.63161.51121.13-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 29.43%
GREEN value IS 184 (72.27% from 255) = 29.92%
BLUE value IS 250 (98.05% from 255) = 40.65%
R=29.43%
G=29.92%
B=40.65%

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
Decimal1811842500.280.2600.02237.3987.3484.51
HexB5B8FA1C1A02ed5755
Octal265270372343202355127125
Binary10110101101110001111101011100110100101110110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5B8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5B8FA; }

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

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

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

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

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

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

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

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