COLOR #B8BCCA

HEX: #B8BCCA RGB: (184,188,202)

Color info

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

RGB color model

#B8BCCA color RGB value is (184,188,202).

RGB: (184,188,202) (72%, 74%, 79%)

RGB channels and saturation

R 184 of 255 = 72%
G 188 of 255 = 74%
B 202 of 255 = 79%

184
188
202

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

Portions of RGB colors in percentages

R + G + B = 184 + 188 + 202 = 574 (100%)
R 184 of 574 ~ 32.06%
G 188 of 574 ~ 32.75%
B 202 of 574 ~ 35.19'%

%32.06
%32.75
%35.19

CMYK color model

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

  • cyan value is 8.91%
  • magenta value is 6.93%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK: (9,7,0,21) C9M7Y0K21 (9%,7%,0%,21%) (0.09/0.07/0.00/0.21) 

CMYK percentages

%8.91
%6.93
%0
%20.78

Codes

Color #B8BCCA in popluar color models

B8 BC CA
RGB 184 188 202
HSL 227° 14.52% 75.69%
HSB/HSV 227° 8.91% 79.22%
CMYK 8.91% 6.93% 0.00%
20.78%

Color #B8BCCA in popluar number systems.

HEX B8 BC CA
Decimal 184 188 202
Binary 10111000 10111100 11001010
Octal 270 274 312

Shades and tints

Shades of #B8BCCA

#B8BCCA
(184,188,202)
#A8ABB8
(168,171,184)
#989AA6
(152,154,166)
#888994
(136,137,148)
#787882
(120,120,130)
#686770
(104,103,112)
#58565E
(88,86,94)
#48454C
(72,69,76)
#38343A
(56,52,58)
#282328
(40,35,40)
#181216
(24,18,22)
#000000
(0,0,0)

Tints of #B8BCCA

#B8BCCA
(184,188,202)
#BEC2CE
(190,194,206)
#C4C8D2
(196,200,210)
#CACED6
(202,206,214)
#D0D4DA
(208,212,218)
#D6DADE
(214,218,222)
#DCE0E2
(220,224,226)
#E2E6E6
(226,230,230)
#E8ECEA
(232,236,234)
#EEF2EE
(238,242,238)
#F4F8F2
(244,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B8BCCA color. Also use rgb(184,188,202) instead hex code.

Text Font Color

.myTextColor { color: #B8BCCA; }

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

This text font color is #B8BCCA.

Background Color

.myBgColor { background-color: #B8BCCA; }

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

This div background color is #B8BCCA.

Border color

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

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

This div border color is #B8BCCA.

Opacity

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

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

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

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

This text has shadow with #B8BCCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B8BCCA.

Preview

Color preview on black background

This text has color #B8BCCA on black background.


Color preview on white background

This text has color #B8BCCA on white background.


Black color preview on #B8BCCA background

This text has black color on #B8BCCA background.


White color preview on #B8BCCA background

This text has white color on #B8BCCA background.


Related colors

Complementary color

Complementary color for #hex is #474335.


I love getcolorcode.com

Triadic colors

1 #CAB8BC and #BCCAB8 with #B8BCCA are triadic colors.

2 #CABCB8 and #BCB8CA with #B8BCCA are triadic colors.