Color Hex Logo

#b1bfca Color Hex

#B1BFCA
(177,191,202)
0 Favorites   0 Comments

Color spaces of #b1bfca

RGB 177191202
HSL0.570.190.74
HSV206°12°79°
CMYK 0.120.050.00   0.21
XYZ47.422950.873063.1971
Yxy50.87300.29370.3150
Hunter Lab71.3253-6.1379-2.6056
CIE-Lab76.6020-2.5766-7.1719

#b1bfca color RGB value is (177,191,202).

#b1bfca hex color red value is 177, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b1bfca hue: 0.57 , saturation: 0.19 and the lightness value of b1bfca is 0.74.

The process color (four color CMYK) of #b1bfca color hex is 0.12, 0.05, 0.00, 0.21. Web safe color of #b1bfca is #99cccc. Color #b1bfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 10111111 11001010
Octal 261 277 312
Decimal 177 191 202
Hex B1 BF CA

RGB Percentages of Color #b1bfca

%31.05
%33.51
%35.44

CMYK Percentages of Color #b1bfca

%12
%5
%0
%21

Triadic Colors of #b1bfca

#b1bfca #cab1bf #bfcab1

Analogous Colors of #b1bfca

#b1bfca #b1b3ca #b1cac9

Monochromatic Colors of #b1bfca

#b1bfca

Complementary Color

#b1bfca #cabcb1

#b1bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1bfca Color CSS Codes

.mybgcolor {background-color:#b1bfca; } 
.myforecolor {color:#b1bfca; }
.mybordercolor {border:3px solid #b1bfca; }

#b1bfca Text Font Color

<p style="color:#b1bfca">Text here</p>

This sample text font color is #b1bfca
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b1bfca Background Color

<div style="background-color:#b1bfca">
Div content here</div>

This div background color is #b1bfca


#b1bfca Border Color

<div style="border:3px solid #b1bfca">
Div here</div>

This div border color is #b1bfca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(177,191,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b1bfca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b1bfca;
  -webkit-box-shadow: 1px 1px 3px 2px #b1bfca;
  box-shadow:         1px 1px 3px 2px #b1bfca; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,191,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b1bfca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b1bfca;
  -webkit-box-shadow: 1px 1px 3px 2px #b1bfca;
  box-shadow:         1px 1px 3px 2px #b1bfca;">
Div content here</div>

This div box has shadow with color #b1bfca


Comments

No comments written yet.

Please login to write comment.