#B1B5FA

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

Shades of Perano #B1B5FA

Tints of Perano #B1B5FA

Color information

#B1B5FA (or 0xB1B5FA) is unknown color: approx Perano. HEX triplet: B1, B5 and FA. RGB value is (177,181,250). Sum of RGB (Red+Green+Blue) = 177+181+250=608 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.11% from 608); Green value is 181 (71.09% from 255 or 29.77% from 608); Blue value is 250 (98.05% from 255 or 41.12% from 608); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1B5FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B5FA is #4E4A05. Grayscale: #BBBBBB. Windows color (decimal): -5130758 or 16430513. OLE color: 16430513.

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

Color convert

RGB177181250-
CMYK0.290.2800.02
HSL236.71º87.95%83.73%-
HSV(B)236.71º29.2%98.04%-
XYZ51.9149.397.22-
YUV187.67163.17120.39-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.11%
GREEN value IS 181 (71.09% from 255) = 29.77%
BLUE value IS 250 (98.05% from 255) = 41.12%
R=29.11%
G=29.77%
B=41.12%

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
Decimal1771812500.290.2800.02236.7187.9583.73
HexB1B5FA1D1C02ed5854
Octal261265372353402355130124
Binary10110001101101011111101011101111000101110110110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B5FA; }

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

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

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

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

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

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

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

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