COLOR #BCCFAD

HEX: #BCCFAD RGB: (188,207,173)

Color info

#BCCFAD contains red, green and blue colors in about the same proportion. Web safe color of #BCCFAD is #CCCC99 (or #CC9).

RGB color model

#BCCFAD color RGB value is (188,207,173).

RGB: (188,207,173) (74%, 81%, 68%)

RGB channels and saturation

R 188 of 255 = 74%
G 207 of 255 = 81%
B 173 of 255 = 68%

188
207
173

R + G + B ~ 74%. #BCCFAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 188 + 207 + 173 = 568 (100%)
R 188 of 568 ~ 33.1%
G 207 of 568 ~ 36.44%
B 173 of 568 ~ 30.46'%

%33.1
%36.44
%30.46

CMYK color model

#BCCFAD color CMYK value is (9,0,16,19).

  • cyan value is 9.18%
  • magenta value is 0.00%
  • yellow value is 16.43%
  • key color value is 18.82%
CMYK: (9,0,16,19) C9M0Y16K19 (9%,0%,16%,19%) (0.09/0.00/0.16/0.19) 

CMYK percentages

%9.18
%0
%16.43
%18.82

Codes

Color #BCCFAD in popluar color models

BC CF AD
RGB 188 207 173
HSL 94° 26.15% 74.51%
HSB/HSV 94° 16.43% 81.18%
CMYK 9.18% 0.00% 16.43%
18.82%

Color #BCCFAD in popluar number systems.

HEX BC CF AD
Decimal 188 207 173
Binary 10111100 11001111 10101101
Octal 274 317 255

Shades and tints

Shades of #BCCFAD

#BCCFAD
(188,207,173)
#ABBD9E
(171,189,158)
#9AAB8F
(154,171,143)
#899980
(137,153,128)
#788771
(120,135,113)
#677562
(103,117,98)
#566353
(86,99,83)
#455144
(69,81,68)
#343F35
(52,63,53)
#232D26
(35,45,38)
#121B17
(18,27,23)
#000000
(0,0,0)

Tints of #BCCFAD

#BCCFAD
(188,207,173)
#C2D3B4
(194,211,180)
#C8D7BB
(200,215,187)
#CEDBC2
(206,219,194)
#D4DFC9
(212,223,201)
#DAE3D0
(218,227,208)
#E0E7D7
(224,231,215)
#E6EBDE
(230,235,222)
#ECEFE5
(236,239,229)
#F2F3EC
(242,243,236)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCFAD color. Also use rgb(188,207,173) instead hex code.

Text Font Color

.myTextColor { color: #BCCFAD; }

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

This text font color is #BCCFAD.

Background Color

.myBgColor { background-color: #BCCFAD; }

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

This div background color is #BCCFAD.

Border color

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

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

This div border color is #BCCFAD.

Opacity

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

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

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

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

This text has shadow with #BCCFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BCCFAD.

Preview

Color preview on black background

This text has color #BCCFAD on black background.


Color preview on white background

This text has color #BCCFAD on white background.


Black color preview on #BCCFAD background

This text has black color on #BCCFAD background.


White color preview on #BCCFAD background

This text has white color on #BCCFAD background.


Related colors

Complementary color

Complementary color for #hex is #433052.


I love getcolorcode.com

Triadic colors

1 #ADBCCF and #CFADBC with #BCCFAD are triadic colors.

2 #ADCFBC and #CFBCAD with #BCCFAD are triadic colors.