Color Hex Logo

#b7bddd Color Hex

#B7BDDD
(183,189,221)
0 Favorites   0 Comments

Color spaces of #b7bddd

RGB 183189221
HSL0.640.360.79
HSV231°17°87°
CMYK 0.170.140.00   0.13
XYZ50.777251.682975.7062
Yxy51.68290.28500.2901
Hunter Lab71.89080.2674-12.1131
CIE-Lab77.09084.4543-16.6809

#b7bddd color RGB value is (183,189,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111101 11011101
Octal 267 275 335
Decimal 183 189 221
Hex B7 BD DD

RGB Percentages of Color #b7bddd

%30.86
%31.87
%37.27

CMYK Percentages of Color #b7bddd

%17
%14
%0
%13

Triadic Colors of #b7bddd

#b7bddd #ddb7bd #bdddb7

Analogous Colors of #b7bddd

#b7bddd #c4b7dd #b7d0dd

Monochromatic Colors of #b7bddd

#b7bddd

Complementary Color

#b7bddd #ddd7b7

#b7bddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bddd Color CSS Codes

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

#b7bddd Text Font Color

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

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


#b7bddd Background Color

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

This div background color is #b7bddd


#b7bddd Border Color

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

This div border color is #b7bddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bddd


Comments

No comments written yet.

Please login to write comment.