#B1BCFB

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

Shades of Perano #B1BCFB

Tints of Perano #B1BCFB

Color information

#B1BCFB (or 0xB1BCFB) is unknown color: approx Perano. HEX triplet: B1, BC and FB. RGB value is (177,188,251). Sum of RGB (Red+Green+Blue) = 177+188+251=616 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.73% from 616); Green value is 188 (73.83% from 255 or 30.52% from 616); Blue value is 251 (98.44% from 255 or 40.75% from 616); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1BCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BCFB is #4E4304. Grayscale: #BFBFBF. Windows color (decimal): -5128965 or 16497841. OLE color: 16497841.

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

Color convert

RGB177188251-
CMYK0.290.2500.02
HSL231.08º90.24%83.92%-
HSV(B)231.08º29.48%98.43%-
XYZ53.5352.2898.54-
YUV191.89161.36117.38-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.73%
GREEN value IS 188 (73.83% from 255) = 30.52%
BLUE value IS 251 (98.44% from 255) = 40.75%
R=28.73%
G=30.52%
B=40.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1771882510.290.2500.02231.0890.2483.92
HexB1BCFB1D1902e75a54
Octal261274373353102347132124
Binary10110001101111001111101111101110010101110011110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BCFB; }

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

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

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

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

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

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

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

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