#B1BCFE

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

Shades of Perano #B1BCFE

Tints of Perano #B1BCFE

Color information

#B1BCFE (or 0xB1BCFE) is unknown color: approx Perano. HEX triplet: B1, BC and FE. RGB value is (177,188,254). Sum of RGB (Red+Green+Blue) = 177+188+254=619 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.59% from 619); Green value is 188 (73.83% from 255 or 30.37% from 619); Blue value is 254 (99.61% from 255 or 41.03% from 619); Max value from RGB is 254 - color contains mainly: blue. Hex color #B1BCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BCFE is #4E4301. Grayscale: #BFBFBF. Windows color (decimal): -5128962 or 16694449. OLE color: 16694449.

HSL color Cylindrical-coordinate representation of color #B1BCFE: hue angle of 231.43º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1BCFE is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB177188254-
CMYK0.300.2600.00
HSL231.43º97.47%84.51%-
HSV(B)231.43º30.31%99.61%-
XYZ5452.47101.05-
YUV192.24162.86117.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.59%
GREEN value IS 188 (73.83% from 255) = 30.37%
BLUE value IS 254 (99.61% from 255) = 41.03%
R=28.59%
G=30.37%
B=41.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1771882540.300.2600.00231.4397.4784.51
HexB1BCFE1E1A00e76155
Octal261274376363200347141125
Binary1011000110111100111111101111011010001110011111000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCFE; }

 p { color: rgb(177,188,254); }

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

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

 a { background-color: rgb(177,188,254); }

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

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

 span { border-color: rgb(177,188,254); }

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