Color Hex Logo

#bbbed3 Color Hex

#BBBED3
(187,190,211)
0 Favorites   0 Comments

Color spaces of #bbbed3

RGB 187190211
HSL0.650.210.78
HSV233°11°83°
CMYK 0.110.100.00   0.17
XYZ50.664852.094969.0130
Yxy52.09490.29500.3033
Hunter Lab72.1768-1.0106-6.1673
CIE-Lab77.33753.0913-10.8720

#bbbed3 color RGB value is (187,190,211).

#bbbed3 hex color red value is 187, green value is 190 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #bbbed3 hue: 0.65 , saturation: 0.21 and the lightness value of bbbed3 is 0.78.

The process color (four color CMYK) of #bbbed3 color hex is 0.11, 0.10, 0.00, 0.17. Web safe color of #bbbed3 is #cccccc. Color #bbbed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111110 11010011
Octal 273 276 323
Decimal 187 190 211
Hex BB BE D3

RGB Percentages of Color #bbbed3

%31.80
%32.31
%35.88

CMYK Percentages of Color #bbbed3

%11
%10
%0
%17

Triadic Colors of #bbbed3

#bbbed3 #d3bbbe #bed3bb

Analogous Colors of #bbbed3

#bbbed3 #c4bbd3 #bbcad3

Monochromatic Colors of #bbbed3

#bbbed3

Complementary Color

#bbbed3 #d3d0bb

#bbbed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbbed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbbed3 Color CSS Codes

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

#bbbed3 Text Font Color

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

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


#bbbed3 Background Color

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

This div background color is #bbbed3


#bbbed3 Border Color

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

This div border color is #bbbed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbbed3


Comments

No comments written yet.

Please login to write comment.