#B1BBFB

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

Shades of Perano #B1BBFB

Tints of Perano #B1BBFB

Color information

#B1BBFB (or 0xB1BBFB) is unknown color: approx Perano. HEX triplet: B1, BB and FB. RGB value is (177,187,251). Sum of RGB (Red+Green+Blue) = 177+187+251=615 (81% of max value = 765). Red value is 177 (69.53% from 255 or 28.78% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #B1BBFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B1BBFB is #4E4404. Grayscale: #BFBFBF. Windows color (decimal): -5129221 or 16497585. OLE color: 16497585.

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

Color convert

RGB177187251-
CMYK0.290.2500.02
HSL231.89º90.24%83.92%-
HSV(B)231.89º29.48%98.43%-
XYZ53.3151.8598.47-
YUV191.31161.69117.8-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 28.78%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=28.78%
G=30.41%
B=40.81%

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
Decimal1771872510.290.2500.02231.8990.2483.92
HexB1BBFB1D1902e85a54
Octal261273373353102350132124
Binary10110001101110111111101111101110010101110100010110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBFB; }

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

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

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

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

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

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

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

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