COLOR #B0A2C2

HEX: #B0A2C2 RGB: (176,162,194)

Color info

#B0A2C2 contains red, green and blue colors in about the same proportion. Web safe color of #B0A2C2 is #9999CC (or #99C).

RGB color model

#B0A2C2 color RGB value is (176,162,194).

RGB: (176,162,194) (69%, 64%, 76%)

RGB channels and saturation

R 176 of 255 = 69%
G 162 of 255 = 64%
B 194 of 255 = 76%

176
162
194

R + G + B ~ 70%. #B0A2C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 176 + 162 + 194 = 532 (100%)
R 176 of 532 ~ 33.08%
G 162 of 532 ~ 30.45%
B 194 of 532 ~ 36.47'%

%33.08
%30.45
%36.47

CMYK color model

#B0A2C2 color CMYK value is (9,16,0,24).

  • cyan value is 9.28%
  • magenta value is 16.49%
  • yellow value is 0.00%
  • key color value is 23.92%

CMYK: (9,16,0,24)
C9M16Y0K24 (9%, 16%, 0%, 24%)
(0.09 / 0.16 / 0.00 / 0.24)

CMYK percentages

%9.28
%16.49
%0
%23.92

Codes

Color #B0A2C2 in popluar color models

B0 A2 C2
RGB 176 162 194
HSL 266° 20.78% 69.80%
HSB/HSV 266° 16.49% 76.08%
CMYK 9.28% 16.49% 0.00%
23.92%

Color #B0A2C2 in popluar number systems.

HEX B0 A2 C2
Decimal 176 162 194
Binary 10110000 10100010 11000010
Octal 260 242 302

Shades and tints

Shades of #B0A2C2

#B0A2C2
(176,162,194)
#A094B1
(160,148,177)
#9086A0
(144,134,160)
#80788F
(128,120,143)
#706A7E
(112,106,126)
#605C6D
(96,92,109)
#504E5C
(80,78,92)
#40404B
(64,64,75)
#30323A
(48,50,58)
#202429
(32,36,41)
#101618
(16,22,24)
#000000
(0,0,0)

Tints of #B0A2C2

#B0A2C2
(176,162,194)
#B7AAC7
(183,170,199)
#BEB2CC
(190,178,204)
#C5BAD1
(197,186,209)
#CCC2D6
(204,194,214)
#D3CADB
(211,202,219)
#DAD2E0
(218,210,224)
#E1DAE5
(225,218,229)
#E8E2EA
(232,226,234)
#EFEAEF
(239,234,239)
#F6F2F4
(246,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B0A2C2 color. Also use rgb(176,162,194) instead hex code.

Text Font Color

.myTextColor { color: #B0A2C2; }

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

This text font color is #B0A2C2.

Background Color

.myBgColor { background-color: #B0A2C2; }

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

This div background color is #B0A2C2.

Border color

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

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

This div border color is #B0A2C2.

Opacity

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

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

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

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

This text has shadow with #B0A2C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B0A2C2.

Preview

Color preview on black background

This text has color #B0A2C2 on black background.


Color preview on white background

This text has color #B0A2C2 on white background.


Black color preview on #B0A2C2 background

This text has black color on #B0A2C2 background.


White color preview on #B0A2C2 background

This text has white color on #B0A2C2 background.


Related colors

Complementary color

Complementary color for #hex is #4F5D3D.


I love getcolorcode.com

Triadic colors

1 #C2B0A2 and #A2C2B0 with #B0A2C2 are triadic colors.

2 #C2A2B0 and #A2B0C2 with #B0A2C2 are triadic colors.