COLOR #BBD2CA

HEX: #BBD2CA RGB: (187,210,202)

Color info

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

RGB color model

#BBD2CA color RGB value is (187,210,202).

RGB: (187,210,202) (73%, 82%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 210 of 255 = 82%
B 202 of 255 = 79%

187
210
202

R + G + B ~ 78%. #BBD2CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 210 + 202 = 599 (100%)
R 187 of 599 ~ 31.22%
G 210 of 599 ~ 35.06%
B 202 of 599 ~ 33.72'%

%31.22
%35.06
%33.72

CMYK color model

#BBD2CA color CMYK value is (11,0,4,18).

  • cyan value is 10.95%
  • magenta value is 0.00%
  • yellow value is 3.81%
  • key color value is 17.65%

CMYK: (11,0,4,18)
C11M0Y4K18 (11%, 0%, 4%, 18%)
(0.11 / 0.00 / 0.04 / 0.18)

CMYK percentages

%10.95
%0
%3.81
%17.65

Codes

Color #BBD2CA in popluar color models

BB D2 CA
RGB 187 210 202
HSL 159° 20.35% 77.84%
HSB/HSV 159° 10.95% 82.35%
CMYK 10.95% 0.00% 3.81%
17.65%

Color #BBD2CA in popluar number systems.

HEX BB D2 CA
Decimal 187 210 202
Binary 10111011 11010010 11001010
Octal 273 322 312

Shades and tints

Shades of #BBD2CA

#BBD2CA
(187,210,202)
#AABFB8
(170,191,184)
#99ACA6
(153,172,166)
#889994
(136,153,148)
#778682
(119,134,130)
#667370
(102,115,112)
#55605E
(85,96,94)
#444D4C
(68,77,76)
#333A3A
(51,58,58)
#222728
(34,39,40)
#111416
(17,20,22)
#000000
(0,0,0)

Tints of #BBD2CA

#BBD2CA
(187,210,202)
#C1D6CE
(193,214,206)
#C7DAD2
(199,218,210)
#CDDED6
(205,222,214)
#D3E2DA
(211,226,218)
#D9E6DE
(217,230,222)
#DFEAE2
(223,234,226)
#E5EEE6
(229,238,230)
#EBF2EA
(235,242,234)
#F1F6EE
(241,246,238)
#F7FAF2
(247,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBD2CA color. Also use rgb(187,210,202) instead hex code.

Text Font Color

.myTextColor { color: #BBD2CA; }

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

This text font color is #BBD2CA.

Background Color

.myBgColor { background-color: #BBD2CA; }

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

This div background color is #BBD2CA.

Border color

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

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

This div border color is #BBD2CA.

Opacity

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

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

Text with #BBD2CA 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 #BBD2CA;}

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

This text has shadow with #BBD2CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBD2CA.

Preview

Color preview on black background

This text has color #BBD2CA on black background.


Color preview on white background

This text has color #BBD2CA on white background.


Black color preview on #BBD2CA background

This text has black color on #BBD2CA background.


White color preview on #BBD2CA background

This text has white color on #BBD2CA background.


Related colors

Complementary color

Complementary color for #hex is #442D35.


I love getcolorcode.com

Triadic colors

1 #CABBD2 and #D2CABB with #BBD2CA are triadic colors.

2 #CAD2BB and #D2BBCA with #BBD2CA are triadic colors.