Color Hex Logo

#bbe9c7 Color Hex

#BBE9C7
(187,233,199)
0 Favorites   0 Comments

Color spaces of #bbe9c7

RGB 187233199
HSL0.380.510.82
HSV136°20°91°
CMYK 0.200.000.15   0.09
XYZ59.941272.966164.9575
Yxy72.96610.30290.3688
Hunter Lab85.4202-24.228014.7073
CIE-Lab88.4315-21.358111.6889

#bbe9c7 color RGB value is (187,233,199).

#bbe9c7 hex color red value is 187, green value is 233 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #bbe9c7 hue: 0.38 , saturation: 0.51 and the lightness value of bbe9c7 is 0.82.

The process color (four color CMYK) of #bbe9c7 color hex is 0.20, 0.00, 0.15, 0.09. Web safe color of #bbe9c7 is #ccffcc. Color #bbe9c7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11101001 11000111
Octal 273 351 307
Decimal 187 233 199
Hex BB E9 C7

RGB Percentages of Color #bbe9c7

%30.21
%37.64
%32.15

CMYK Percentages of Color #bbe9c7

%20
%0
%15
%9

Triadic Colors of #bbe9c7

#bbe9c7 #c7bbe9 #e9c7bb

Analogous Colors of #bbe9c7

#bbe9c7 #bbe9de #c6e9bb

Monochromatic Colors of #bbe9c7

#bbe9c7

Complementary Color

#bbe9c7 #e9bbdd

#bbe9c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe9c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe9c7 Color CSS Codes

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

#bbe9c7 Text Font Color

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

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


#bbe9c7 Background Color

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

This div background color is #bbe9c7


#bbe9c7 Border Color

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

This div border color is #bbe9c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe9c7


Comments

No comments written yet.

Please login to write comment.