Color Hex Logo

#bbbdda Color Hex

#BBBDDA
(187,189,218)
0 Favorites   0 Comments

Color spaces of #bbbdda

RGB 187189218
HSL0.660.300.79
HSV236°14°85°
CMYK 0.140.130.00   0.15
XYZ51.346052.021973.6647
Yxy52.02190.29000.2939
Hunter Lab72.12620.8517-10.0663
CIE-Lab77.29395.0881-14.7236

#bbbdda color RGB value is (187,189,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111101 11011010
Octal 273 275 332
Decimal 187 189 218
Hex BB BD DA

RGB Percentages of Color #bbbdda

%31.48
%31.82
%36.70

CMYK Percentages of Color #bbbdda

%14
%13
%0
%15

Triadic Colors of #bbbdda

#bbbdda #dabbbd #bddabb

Analogous Colors of #bbbdda

#bbbdda #c9bbda #bbcdda

Monochromatic Colors of #bbbdda

#bbbdda

Complementary Color

#bbbdda #dad8bb

#bbbdda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbdda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbdda Color CSS Codes

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

#bbbdda Text Font Color

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

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


#bbbdda Background Color

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

This div background color is #bbbdda


#bbbdda Border Color

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

This div border color is #bbbdda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbdda


Comments

No comments written yet.

Please login to write comment.