Color Hex Logo

#b8bcdb Color Hex

#B8BCDB
(184,188,219)
0 Favorites   0 Comments

Color spaces of #b8bcdb

RGB 184188219
HSL0.650.330.79
HSV233°16°86°
CMYK 0.160.140.00   0.14
XYZ50.536651.271374.2506
Yxy51.27130.28700.2912
Hunter Lab71.60400.6746-11.3587
CIE-Lab76.84314.8805-15.9652

#b8bcdb color RGB value is (184,188,219).

#b8bcdb hex color red value is 184, green value is 188 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #b8bcdb hue: 0.65 , saturation: 0.33 and the lightness value of b8bcdb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111100 11011011
Octal 270 274 333
Decimal 184 188 219
Hex B8 BC DB

RGB Percentages of Color #b8bcdb

%31.13
%31.81
%37.06

CMYK Percentages of Color #b8bcdb

%16
%14
%0
%14

Triadic Colors of #b8bcdb

#b8bcdb #dbb8bc #bcdbb8

Analogous Colors of #b8bcdb

#b8bcdb #c6b8db #b8cedb

Monochromatic Colors of #b8bcdb

#b8bcdb

Complementary Color

#b8bcdb #dbd7b8

#b8bcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bcdb Color CSS Codes

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

#b8bcdb Text Font Color

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

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


#b8bcdb Background Color

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

This div background color is #b8bcdb


#b8bcdb Border Color

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

This div border color is #b8bcdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bcdb


Comments

No comments written yet.

Please login to write comment.