Color Hex Logo

#b5bcdb Color Hex

#B5BCDB
(181,188,219)
0 Favorites   0 Comments

Color spaces of #b5bcdb

RGB 181188219
HSL0.640.350.78
HSV229°17°86°
CMYK 0.170.140.00   0.14
XYZ49.825550.904774.2173
Yxy50.90470.28480.2910
Hunter Lab71.3475-0.2028-11.7315
CIE-Lab76.62123.9277-16.3213

#b5bcdb color RGB value is (181,188,219).

#b5bcdb hex color red value is 181, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b5bcdb hue: 0.64 , saturation: 0.35 and the lightness value of b5bcdb is 0.78.

The process color (four color CMYK) of #b5bcdb color hex is 0.17, 0.14, 0.00, 0.14. Web safe color of #b5bcdb is #cccccc. Color #b5bcdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111100 11011011
Octal 265 274 333
Decimal 181 188 219
Hex B5 BC DB

RGB Percentages of Color #b5bcdb

%30.78
%31.97
%37.24

CMYK Percentages of Color #b5bcdb

%17
%14
%0
%14

Triadic Colors of #b5bcdb

#b5bcdb #dbb5bc #bcdbb5

Analogous Colors of #b5bcdb

#b5bcdb #c1b5db #b5cfdb

Monochromatic Colors of #b5bcdb

#b5bcdb

Complementary Color

#b5bcdb #dbd4b5

#b5bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bcdb Color CSS Codes

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

#b5bcdb Text Font Color

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

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


#b5bcdb Background Color

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

This div background color is #b5bcdb


#b5bcdb Border Color

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

This div border color is #b5bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bcdb


Comments

No comments written yet.

Please login to write comment.