Color Hex Logo

#bbbbda Color Hex

#BBBBDA
(187,187,218)
0 Favorites   0 Comments

Color spaces of #bbbbda

RGB 187187218
HSL0.670.300.79
HSV240°14°85°
CMYK 0.140.140.00   0.15
XYZ50.918751.167473.5223
Yxy51.16740.29000.2914
Hunter Lab71.53141.8830-10.8682
CIE-Lab76.78036.1693-15.4959

#bbbbda color RGB value is (187,187,218).

#bbbbda hex color red value is 187, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bbbbda hue: 0.67 , saturation: 0.30 and the lightness value of bbbbda is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111011 11011010
Octal 273 273 332
Decimal 187 187 218
Hex BB BB DA

RGB Percentages of Color #bbbbda

%31.59
%31.59
%36.82

CMYK Percentages of Color #bbbbda

%14
%14
%0
%15

Triadic Colors of #bbbbda

#bbbbda #dabbbb #bbdabb

Analogous Colors of #bbbbda

#bbbbda #cbbbda #bbcbda

Monochromatic Colors of #bbbbda

#bbbbda

Complementary Color

#bbbbda #dadabb

#bbbbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbbda Color CSS Codes

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

#bbbbda Text Font Color

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

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


#bbbbda Background Color

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

This div background color is #bbbbda


#bbbbda Border Color

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

This div border color is #bbbbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbbda


Comments

No comments written yet.

Please login to write comment.