Color Hex Logo

#b5bccd Color Hex

#B5BCCD
(181,188,205)
0 Favorites   0 Comments

Color spaces of #b5bccd

RGB 181188205
HSL0.620.190.76
HSV223°12°80°
CMYK 0.120.080.00   0.20
XYZ48.058750.198064.9138
Yxy50.19800.29450.3076
Hunter Lab70.8505-2.9100-4.7266
CIE-Lab76.19060.9610-9.3784

#b5bccd color RGB value is (181,188,205).

#b5bccd hex color red value is 181, green value is 188 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #b5bccd hue: 0.62 , saturation: 0.19 and the lightness value of b5bccd is 0.76.

The process color (four color CMYK) of #b5bccd color hex is 0.12, 0.08, 0.00, 0.20. Web safe color of #b5bccd is #cccccc. Color #b5bccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111100 11001101
Octal 265 274 315
Decimal 181 188 205
Hex B5 BC CD

RGB Percentages of Color #b5bccd

%31.53
%32.75
%35.71

CMYK Percentages of Color #b5bccd

%12
%8
%0
%20

Triadic Colors of #b5bccd

#b5bccd #cdb5bc #bccdb5

Analogous Colors of #b5bccd

#b5bccd #bab5cd #b5c8cd

Monochromatic Colors of #b5bccd

#b5bccd

Complementary Color

#b5bccd #cdc6b5

#b5bccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bccd Color CSS Codes

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

#b5bccd Text Font Color

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

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


#b5bccd Background Color

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

This div background color is #b5bccd


#b5bccd Border Color

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

This div border color is #b5bccd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,188,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b5bccd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b5bccd;
  -webkit-box-shadow: 1px 1px 3px 2px #b5bccd;
  box-shadow:         1px 1px 3px 2px #b5bccd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,188,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bccd


Comments

No comments written yet.

Please login to write comment.