COLOR #BBD0BE

HEX: #BBD0BE
RGB: (187,208,190)

Color info

#BBD0BE contains red, green and blue colors in about the same proportion. Web safe color of #BBD0BE is #CCCCCC (or #CCC).

RGB color model

#BBD0BE color RGB value is (187,208,190).

  • red value is 187;
  • green value is 208;
  • blue value is 190.
RGB:
(187,208,190)
(73%,82%,75%)

RGB channels and saturation

R 187 of 255 = 73%
G 208 of 255 = 82%
B 190 of 255 = 75%

187
208
190

R + G + B ~ 77%. #BBD0BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
187 + 208 + 190 = 585 (100%)
R 187 of 585 ~ 31.97%
G 208 of 585 ~ 35.56%
B 190 of 585 ~ 32.48%

%31.97
%35.56
%32.48

CMYK color model

#BBD0BE color CMYK value is (10,0,9,18).

  • cyan value is 10.10%
  • magenta value is 0.00%
  • yellow value is 8.65%
  • key color value is 18.43%
CMYK:
(10,0,9,18)
C10M0Y9K18 
(10%,0%,9%,18%)
(0.10/0.00/0.09/0.18)	

CMYK percentages

%10.1
%0
%8.65
%18.43

Codes

Color #BBD0BE in popluar color models

BBD0BE
RGB187208190
HSL129°18.26%77.45%
HSB/HSV129°10.10%81.57%
CMYK10.10%0.00%8.65%
18.43%

Color #BBD0BE in popluar number systems.

HEXBBD0BE
Decimal187208190
Binary101110111101000010111110
Octal273320276

Shades and tints

Shades of #BBD0BE

#BBD0BE
(187,208,190)
#AABEAD
(170,190,173)
#99AC9C
(153,172,156)
#889A8B
(136,154,139)
#77887A
(119,136,122)
#667669
(102,118,105)
#556458
(85,100,88)
#445247
(68,82,71)
#334036
(51,64,54)
#222E25
(34,46,37)
#111C14
(17,28,20)
#000000
(0,0,0)

Tints of #BBD0BE

#BBD0BE
(187,208,190)
#C1D4C3
(193,212,195)
#C7D8C8
(199,216,200)
#CDDCCD
(205,220,205)
#D3E0D2
(211,224,210)
#D9E4D7
(217,228,215)
#DFE8DC
(223,232,220)
#E5ECE1
(229,236,225)
#EBF0E6
(235,240,230)
#F1F4EB
(241,244,235)
#F7F8F0
(247,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD0BE color. Also use rgb(187,208,190) instead hex code.

Text Font Color

.myTextColor { color: #BBD0BE; }

<p style="color:#BBD0BE">This sample text font color is #BBD0BE.</p>

This text font color is #BBD0BE.


Background Color

.myBgColor { background-color: #BBD0BE; }

<div style="background-color:#BBD0BE">Inner text</div>

This div background color is #BBD0BE.


Border color

.myBorderColor { border: 1px solid #BBD0BE; }

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

This div border color is #BBD0BE.


Opacity

.myOpacity80 { color: #BBD0BE; opacity: 0.8; }

<p style="color:#BBD0BE;opacity:0.8;">80%</p>

Text with #BBD0BE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #BBD0BE;}

<p style="text-shadow: 3px 3px 1px #BBD0BE">Text here.</p>

This text has shadow with #BBD0BE color.

.textShadow {text-shadow: 3px 3px 1px #BBD0BE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #BBD0BE, 5px 5px 20px red">Text here.</p>

This text has shadow with #BBD0BE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#BBD0BE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#BBD0BE, Direction=45, Strength=4)">Text</p>

This text has shadow with #BBD0BE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #BBD0BE;
  -webkit-box-shadow:	1px 1px 3px 2px #BBD0BE;
  box-shadow:		1px 1px 3px 2px #BBD0BE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #BBD0BE;
-webkit-box-shadow: 1px 1px 3px 2px #BBD0BE;
box-shadow:1px 1px 3px 2px #BBD0BE;">
Div content here</div>
This div box has shadow with color #BBD0BE.

Preview

Color preview on black background

This text has color #BBD0BE on black background.


Color preview on white background

This text has color #BBD0BE on white background.



Black color preview on #BBD0BE background

This text has black color on #BBD0BE background.


White color preview on #BBD0BE background

This text has white color on #BBD0BE background.