Color Hex Logo

#b8bbdb Color Hex

#B8BBDB
(184,187,219)
0 Favorites   0 Comments

Color spaces of #b8bbdb

RGB 184187219
HSL0.650.330.79
HSV235°16°86°
CMYK 0.160.150.00   0.14
XYZ50.323750.845574.1796
Yxy50.84550.28700.2900
Hunter Lab71.30601.1895-11.7651
CIE-Lab76.58535.4218-16.3534

#b8bbdb color RGB value is (184,187,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111011 11011011
Octal 270 273 333
Decimal 184 187 219
Hex B8 BB DB

RGB Percentages of Color #b8bbdb

%31.19
%31.69
%37.12

CMYK Percentages of Color #b8bbdb

%16
%15
%0
%14

Triadic Colors of #b8bbdb

#b8bbdb #dbb8bb #bbdbb8

Analogous Colors of #b8bbdb

#b8bbdb #c7b8db #b8cddb

Monochromatic Colors of #b8bbdb

#b8bbdb

Complementary Color

#b8bbdb #dbd8b8

#b8bbdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8bbdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8bbdb Color CSS Codes

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

#b8bbdb Text Font Color

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

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


#b8bbdb Background Color

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

This div background color is #b8bbdb


#b8bbdb Border Color

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

This div border color is #b8bbdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8bbdb


Comments

No comments written yet.

Please login to write comment.