Color Hex Logo

#b1ccca Color Hex

#B1CCCA
(177,204,202)
0 Favorites   0 Comments

Color spaces of #b1ccca

RGB 177204202
HSL0.490.210.75
HSV176°13°80°
CMYK 0.130.000.01   0.20
XYZ50.385056.797164.1845
Yxy56.79710.29400.3314
Hunter Lab75.3639-12.54942.2597
CIE-Lab80.0653-9.4141-2.0651

#b1ccca color RGB value is (177,204,202).

#b1ccca hex color red value is 177, green value is 204 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #b1ccca hue: 0.49 , saturation: 0.21 and the lightness value of b1ccca is 0.75.

The process color (four color CMYK) of #b1ccca color hex is 0.13, 0.00, 0.01, 0.20. Web safe color of #b1ccca is #99cccc. Color #b1ccca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 11001100 11001010
Octal 261 314 312
Decimal 177 204 202
Hex B1 CC CA

RGB Percentages of Color #b1ccca

%30.36
%34.99
%34.65

CMYK Percentages of Color #b1ccca

%13
%0
%1
%20

Triadic Colors of #b1ccca

#b1ccca #cab1cc #cccab1

Analogous Colors of #b1ccca

#b1ccca #b1c1cc #b1ccbd

Monochromatic Colors of #b1ccca

#b1ccca

Complementary Color

#b1ccca #ccb1b3

#b1ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1ccca Color CSS Codes

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

#b1ccca Text Font Color

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

This sample text font color is #b1ccca
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.


#b1ccca Background Color

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

This div background color is #b1ccca


#b1ccca Border Color

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

This div border color is #b1ccca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(177,204,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 #b1ccca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1ccca


Comments

No comments written yet.

Please login to write comment.