Color Hex Logo

#bbafbb Color Hex

#BBAFBB
(187,175,187)
0 Favorites   0 Comments

Color spaces of #bbafbb

RGB 187175187
HSL0.830.080.71
HSV300°73°
CMYK 0.000.060.00   0.27
XYZ44.793144.812653.3026
Yxy44.81260.31340.3136
Hunter Lab66.94222.2910-0.3500
CIE-Lab72.76836.4776-4.5765

#bbafbb color RGB value is (187,175,187).

#bbafbb hex color red value is 187, green value is 175 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #bbafbb hue: 0.83 , saturation: 0.08 and the lightness value of bbafbb is 0.71.

The process color (four color CMYK) of #bbafbb color hex is 0.00, 0.06, 0.00, 0.27. Web safe color of #bbafbb is #cc99cc. Color #bbafbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101111 10111011
Octal 273 257 273
Decimal 187 175 187
Hex BB AF BB

RGB Percentages of Color #bbafbb

%34.06
%31.88
%34.06

CMYK Percentages of Color #bbafbb

%0
%6
%0
%27

Triadic Colors of #bbafbb

#bbafbb #bbbbaf #afbbbb

Analogous Colors of #bbafbb

#bbafbb #bbafb5 #b5afbb

Monochromatic Colors of #bbafbb

#bbafbb

Complementary Color

#bbafbb #afbbaf

#bbafbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbafbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbafbb Color CSS Codes

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

#bbafbb Text Font Color

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

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


#bbafbb Background Color

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

This div background color is #bbafbb


#bbafbb Border Color

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

This div border color is #bbafbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbafbb


Comments

No comments written yet.

Please login to write comment.