#B1B4FA

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

Shades of Perano #B1B4FA

Tints of Perano #B1B4FA

Color information

#B1B4FA (or 0xB1B4FA) is unknown color: approx Perano. HEX triplet: B1, B4 and FA. RGB value is (177,180,250). Sum of RGB (Red+Green+Blue) = 177+180+250=607 (80% of max value = 765). Red value is 177 (69.53% from 255 or 29.16% from 607); Green value is 180 (70.70% from 255 or 29.65% from 607); Blue value is 250 (98.05% from 255 or 41.19% from 607); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1B4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1B4FA is #4E4B05. Grayscale: #BABABA. Windows color (decimal): -5131014 or 16430257. OLE color: 16430257.

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

Color convert

RGB177180250-
CMYK0.290.2800.02
HSL237.53º87.95%83.73%-
HSV(B)237.53º29.2%98.04%-
XYZ51.7148.8997.15-
YUV187.08163.51120.81-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 29.16%
GREEN value IS 180 (70.70% from 255) = 29.65%
BLUE value IS 250 (98.05% from 255) = 41.19%
R=29.16%
G=29.65%
B=41.19%

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
Decimal1771802500.290.2800.02237.5387.9583.73
HexB1B4FA1D1C02ee5854
Octal261264372353402356130124
Binary10110001101101001111101011101111000101110111010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B4FA; }

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

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

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

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

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

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

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

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