Color Hex Logo

#b7bcdc Color Hex

#B7BCDC
(183,188,220)
0 Favorites   0 Comments

Color spaces of #b7bcdc

RGB 183188220
HSL0.640.350.79
HSV232°17°86°
CMYK 0.170.150.00   0.14
XYZ50.429951.201074.9350
Yxy51.20100.28560.2900
Hunter Lab71.55490.5808-12.0023
CIE-Lab76.80064.7782-16.5776

#b7bcdc color RGB value is (183,188,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111100 11011100
Octal 267 274 334
Decimal 183 188 220
Hex B7 BC DC

RGB Percentages of Color #b7bcdc

%30.96
%31.81
%37.23

CMYK Percentages of Color #b7bcdc

%17
%15
%0
%14

Triadic Colors of #b7bcdc

#b7bcdc #dcb7bc #bcdcb7

Analogous Colors of #b7bcdc

#b7bcdc #c5b7dc #b7cfdc

Monochromatic Colors of #b7bcdc

#b7bcdc

Complementary Color

#b7bcdc #dcd7b7

#b7bcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bcdc Color CSS Codes

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

#b7bcdc Text Font Color

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

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


#b7bcdc Background Color

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

This div background color is #b7bcdc


#b7bcdc Border Color

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

This div border color is #b7bcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bcdc


Comments

No comments written yet.

Please login to write comment.