Color Hex Logo

#bbffc5 Color Hex

#BBFFC5
(187,255,197)
0 Favorites   0 Comments

Color spaces of #bbffc5

RGB 187255197
HSL0.361.000.87
HSV129°27°100°
CMYK 0.270.000.23   0.00
XYZ66.331686.116065.9493
Yxy86.11600.30370.3943
Hunter Lab92.7987-34.807722.8234
CIE-Lab94.3619-32.194121.0611

#bbffc5 color RGB value is (187,255,197).

#bbffc5 hex color red value is 187, green value is 255 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #bbffc5 hue: 0.36 , saturation: 1.00 and the lightness value of bbffc5 is 0.87.

The process color (four color CMYK) of #bbffc5 color hex is 0.27, 0.00, 0.23, 0.00. Web safe color of #bbffc5 is #ccffcc. Color #bbffc5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11111111 11000101
Octal 273 377 305
Decimal 187 255 197
Hex BB FF C5

RGB Percentages of Color #bbffc5

%29.26
%39.91
%30.83

CMYK Percentages of Color #bbffc5

%27
%0
%23
%0

Triadic Colors of #bbffc5

#bbffc5 #c5bbff #ffc5bb

Analogous Colors of #bbffc5

#bbffc5 #bbffe7 #d3ffbb

Monochromatic Colors of #bbffc5

#bbffc5

Complementary Color

#bbffc5 #ffbbf5

#bbffc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbffc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbffc5 Color CSS Codes

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

#bbffc5 Text Font Color

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

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


#bbffc5 Background Color

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

This div background color is #bbffc5


#bbffc5 Border Color

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

This div border color is #bbffc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbffc5


Comments

No comments written yet.

Please login to write comment.