Color Hex Logo

#b5bdcc Color Hex

#B5BDCC
(181,189,204)
0 Favorites   0 Comments

Color spaces of #b5bdcc

RGB 181189204
HSL0.610.180.75
HSV219°11°80°
CMYK 0.110.070.00   0.20
XYZ48.152750.578664.3515
Yxy50.57860.29530.3101
Hunter Lab71.1186-3.5996-3.8654
CIE-Lab76.42300.2188-8.4902

#b5bdcc color RGB value is (181,189,204).

#b5bdcc hex color red value is 181, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #b5bdcc hue: 0.61 , saturation: 0.18 and the lightness value of b5bdcc is 0.75.

The process color (four color CMYK) of #b5bdcc color hex is 0.11, 0.07, 0.00, 0.20. Web safe color of #b5bdcc is #cccccc. Color #b5bdcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111101 11001100
Octal 265 275 314
Decimal 181 189 204
Hex B5 BD CC

RGB Percentages of Color #b5bdcc

%31.53
%32.93
%35.54

CMYK Percentages of Color #b5bdcc

%11
%7
%0
%20

Triadic Colors of #b5bdcc

#b5bdcc #ccb5bd #bdccb5

Analogous Colors of #b5bdcc

#b5bdcc #b9b5cc #b5c9cc

Monochromatic Colors of #b5bdcc

#b5bdcc

Complementary Color

#b5bdcc #ccc4b5

#b5bdcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bdcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bdcc Color CSS Codes

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

#b5bdcc Text Font Color

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

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


#b5bdcc Background Color

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

This div background color is #b5bdcc


#b5bdcc Border Color

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

This div border color is #b5bdcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bdcc


Comments

No comments written yet.

Please login to write comment.