Color Hex Logo

#bbccb8 Color Hex

#BBCCB8
(187,204,184)
0 Favorites   0 Comments

Color spaces of #bbccb8

RGB 187204184
HSL0.310.160.76
HSV111°10°80°
CMYK 0.080.000.10   0.20
XYZ50.738157.211253.7161
Yxy57.21120.31380.3539
Hunter Lab75.6381-12.628710.8405
CIE-Lab80.2982-9.47497.9995

#bbccb8 color RGB value is (187,204,184).

#bbccb8 hex color red value is 187, green value is 204 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #bbccb8 hue: 0.31 , saturation: 0.16 and the lightness value of bbccb8 is 0.76.

The process color (four color CMYK) of #bbccb8 color hex is 0.08, 0.00, 0.10, 0.20. Web safe color of #bbccb8 is #cccccc. Color #bbccb8 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11001100 10111000
Octal 273 314 270
Decimal 187 204 184
Hex BB CC B8

RGB Percentages of Color #bbccb8

%32.52
%35.48
%32.00

CMYK Percentages of Color #bbccb8

%8
%0
%10
%20

Triadic Colors of #bbccb8

#bbccb8 #b8bbcc #ccb8bb

Analogous Colors of #bbccb8

#bbccb8 #b8ccbf #c5ccb8

Monochromatic Colors of #bbccb8

#bbccb8

Complementary Color

#bbccb8 #c9b8cc

#bbccb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbccb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbccb8 Color CSS Codes

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

#bbccb8 Text Font Color

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

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


#bbccb8 Background Color

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

This div background color is #bbccb8


#bbccb8 Border Color

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

This div border color is #bbccb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbccb8


Comments

No comments written yet.

Please login to write comment.