Color Hex Logo

#b7bbdf Color Hex

#B7BBDF
(183,187,223)
0 Favorites   0 Comments

Color spaces of #b7bbdf

RGB 183187223
HSL0.650.380.80
HSV234°18°87°
CMYK 0.180.160.00   0.13
XYZ50.618050.935676.9757
Yxy50.93560.28350.2853
Hunter Lab71.36921.7036-13.9892
CIE-Lab76.64005.9732-18.4431

#b7bbdf color RGB value is (183,187,223).

#b7bbdf hex color red value is 183, green value is 187 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #b7bbdf hue: 0.65 , saturation: 0.38 and the lightness value of b7bbdf is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10110111 10111011 11011111
Octal 267 273 337
Decimal 183 187 223
Hex B7 BB DF

RGB Percentages of Color #b7bbdf

%30.86
%31.53
%37.61

CMYK Percentages of Color #b7bbdf

%18
%16
%0
%13

Triadic Colors of #b7bbdf

#b7bbdf #dfb7bb #bbdfb7

Analogous Colors of #b7bbdf

#b7bbdf #c7b7df #b7cfdf

Monochromatic Colors of #b7bbdf

#b7bbdf

Complementary Color

#b7bbdf #dfdbb7

#b7bbdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7bbdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7bbdf Color CSS Codes

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

#b7bbdf Text Font Color

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

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


#b7bbdf Background Color

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

This div background color is #b7bbdf


#b7bbdf Border Color

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

This div border color is #b7bbdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7bbdf


Comments

No comments written yet.

Please login to write comment.