COLOR #BCC188

HEX: #BCC188
RGB: (188,193,136)

Renk bilgisi

#BCC188 contains red, green and blue colors in about the same proportion. #BCC188 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#BCC188 color RGB value is (188,193,136).

  • kırmız ton 188;
  • yeşil ton 193;
  • mavi ton 136.
RGB:
(188,193,136)
(74%,76%,53%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 193 of 255 = 76%
B 136 of 255 = 53%

188
193
136

R + G + B ~ 68%. #BCC188 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 193 + 136 = 517 (100%)
R 188 of 517 ~ 36.36%
G 193 of 517 ~ 37.33%
B 136 of 517 ~ 26.31%

%36.36
%37.33
%26.31

CMYK RENK MODELİ

#BCC188 rengi CMYK tonu (3,0,30,24).

  • camgöbeği tonu 2.59%
  • eflatun tonu 0.00%
  • sarı tonu 29.53%
  • ana renk tonu 24.31%
CMYK:
(3,0,30,24)
C3M0Y30K24 
(3%,0%,30%,24%)
(0.03/0.00/0.30/0.24)	

CMYK yüzdeleri

%2.59
%0
%29.53
%24.31

Codes

Color #BCC188 in popluar color models

BCC188
RGB188193136
HSL65°31.49%64.51%
HSB/HSV65°29.53%75.69%
CMYK2.59%0.00%29.53%
24.31%

Color #BCC188 in popluar number systems.

HEXBCC188
Decimal188193136
Binary101111001100000110001000
Octal274301210

Shades and tints

Shades of #BCC188

#BCC188
(188,193,136)
#ABB07C
(171,176,124)
#9A9F70
(154,159,112)
#898E64
(137,142,100)
#787D58
(120,125,88)
#676C4C
(103,108,76)
#565B40
(86,91,64)
#454A34
(69,74,52)
#343928
(52,57,40)
#23281C
(35,40,28)
#121710
(18,23,16)
#000000
(0,0,0)

Tints of #BCC188

#BCC188
(188,193,136)
#C2C692
(194,198,146)
#C8CB9C
(200,203,156)
#CED0A6
(206,208,166)
#D4D5B0
(212,213,176)
#DADABA
(218,218,186)
#E0DFC4
(224,223,196)
#E6E4CE
(230,228,206)
#ECE9D8
(236,233,216)
#F2EEE2
(242,238,226)
#F8F3EC
(248,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCC188 color. Also use rgb(188,193,136) instead hex code.

Text Font Color

.myTextColor { color: #BCC188; }

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

This text font color is #BCC188.


Background Color

.myBgColor { background-color: #BCC188; }

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

This div background color is #BCC188.


Border color

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

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

This div border color is #BCC188.


Opacity

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

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

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

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

This text has shadow with #BCC188 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCC188 on black background.


Color preview on white background

This text has color #BCC188 on white background.



Black color preview on #BCC188 background

This text has black color on #BCC188 background.


White color preview on #BCC188 background

This text has white color on #BCC188 background.