#B1BEFA

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

Shades of Perano #B1BEFA

Tints of Perano #B1BEFA

Color information

#B1BEFA (or 0xB1BEFA) is unknown color: approx Perano. HEX triplet: B1, BE and FA. RGB value is (177,190,250). Sum of RGB (Red+Green+Blue) = 177+190+250=617 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.69% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #B1BEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BEFA is #4E4105. Grayscale: #C0C0C0. Windows color (decimal): -5128454 or 16432817. OLE color: 16432817.

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

Color convert

RGB177190250-
CMYK0.290.2400.02
HSL229.32º87.95%83.73%-
HSV(B)229.32º29.2%98.04%-
XYZ53.853.0897.85-
YUV192.95160.19116.62-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.69%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 250 (98.05% from 255) = 40.52%
R=28.69%
G=30.79%
B=40.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771902500.290.2400.02229.3287.9583.73
HexB1BEFA1D1802e55854
Octal261276372353002345130124
Binary10110001101111101111101011101110000101110010110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BEFA; }

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

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

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

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

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

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

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

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