COLOR #BBB7CA

HEX: #BBB7CA RGB: (187,183,202)

Color info

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

RGB color model

#BBB7CA color RGB value is (187,183,202).

RGB: (187,183,202) (73%, 72%, 79%)

RGB channels and saturation

R 187 of 255 = 73%
G 183 of 255 = 72%
B 202 of 255 = 79%

187
183
202

R + G + B ~ 75%. #BBB7CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 187 + 183 + 202 = 572 (100%)
R 187 of 572 ~ 32.69%
G 183 of 572 ~ 31.99%
B 202 of 572 ~ 35.31'%

%32.69
%31.99
%35.31

CMYK color model

#BBB7CA color CMYK value is (7,9,0,21).

  • cyan value is 7.43%
  • magenta value is 9.41%
  • yellow value is 0.00%
  • key color value is 20.78%

CMYK: (7,9,0,21)
C7M9Y0K21 (7%, 9%, 0%, 21%)
(0.07 / 0.09 / 0.00 / 0.21)

CMYK percentages

%7.43
%9.41
%0
%20.78

Codes

Color #BBB7CA in popluar color models

BB B7 CA
RGB 187 183 202
HSL 253° 15.20% 75.49%
HSB/HSV 253° 9.41% 79.22%
CMYK 7.43% 9.41% 0.00%
20.78%

Color #BBB7CA in popluar number systems.

HEX BB B7 CA
Decimal 187 183 202
Binary 10111011 10110111 11001010
Octal 273 267 312

Shades and tints

Shades of #BBB7CA

#BBB7CA
(187,183,202)
#AAA7B8
(170,167,184)
#9997A6
(153,151,166)
#888794
(136,135,148)
#777782
(119,119,130)
#666770
(102,103,112)
#55575E
(85,87,94)
#44474C
(68,71,76)
#33373A
(51,55,58)
#222728
(34,39,40)
#111716
(17,23,22)
#000000
(0,0,0)

Tints of #BBB7CA

#BBB7CA
(187,183,202)
#C1BDCE
(193,189,206)
#C7C3D2
(199,195,210)
#CDC9D6
(205,201,214)
#D3CFDA
(211,207,218)
#D9D5DE
(217,213,222)
#DFDBE2
(223,219,226)
#E5E1E6
(229,225,230)
#EBE7EA
(235,231,234)
#F1EDEE
(241,237,238)
#F7F3F2
(247,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BBB7CA; }

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

This text font color is #BBB7CA.

Background Color

.myBgColor { background-color: #BBB7CA; }

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

This div background color is #BBB7CA.

Border color

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

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

This div border color is #BBB7CA.

Opacity

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

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

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

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

This text has shadow with #BBB7CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BBB7CA.

Preview

Color preview on black background

This text has color #BBB7CA on black background.


Color preview on white background

This text has color #BBB7CA on white background.


Black color preview on #BBB7CA background

This text has black color on #BBB7CA background.


White color preview on #BBB7CA background

This text has white color on #BBB7CA background.


Related colors

Complementary color

Complementary color for #hex is #444835.


I love getcolorcode.com

Triadic colors

1 #CABBB7 and #B7CABB with #BBB7CA are triadic colors.

2 #CAB7BB and #B7BBCA with #BBB7CA are triadic colors.