COLOR #BCED90

HEX: #BCED90
RGB: (188,237,144)

Renk bilgisi

#BCED90 contains mainly red and green colors. #BCED90 ‘ nin web güvenlik rengi #CCFF99 (ya da #CF9) dir.

RGB renk modeli

#BCED90 color RGB value is (188,237,144).

  • kırmız ton 188;
  • yeşil ton 237;
  • mavi ton 144.
RGB:
(188,237,144)
(74%,93%,56%)

RGB bağlantıları ve doygunluk

R 188 of 255 = 74%
G 237 of 255 = 93%
B 144 of 255 = 56%

188
237
144

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

Yüzdelerle RGB renk parçaları

R + G + B =
188 + 237 + 144 = 569 (100%)
R 188 of 569 ~ 33.04%
G 237 of 569 ~ 41.65%
B 144 of 569 ~ 25.31%

%33.04
%41.65
%25.31

CMYK RENK MODELİ

#BCED90 rengi CMYK tonu (21,0,39,7).

  • camgöbeği tonu 20.68%
  • eflatun tonu 0.00%
  • sarı tonu 39.24%
  • ana renk tonu 7.06%
CMYK:
(21,0,39,7)
C21M0Y39K7 
(21%,0%,39%,7%)
(0.21/0.00/0.39/0.07)	

CMYK yüzdeleri

%20.68
%0
%39.24
%7.06

Codes

Color #BCED90 in popluar color models

BCED90
RGB188237144
HSL92°72.09%74.71%
HSB/HSV92°39.24%92.94%
CMYK20.68%0.00%39.24%
7.06%

Color #BCED90 in popluar number systems.

HEXBCED90
Decimal188237144
Binary101111001110110110010000
Octal274355220

Shades and tints

Shades of #BCED90

#BCED90
(188,237,144)
#ABD883
(171,216,131)
#9AC376
(154,195,118)
#89AE69
(137,174,105)
#78995C
(120,153,92)
#67844F
(103,132,79)
#566F42
(86,111,66)
#455A35
(69,90,53)
#344528
(52,69,40)
#23301B
(35,48,27)
#121B0E
(18,27,14)
#000000
(0,0,0)

Tints of #BCED90

#BCED90
(188,237,144)
#C2EE9A
(194,238,154)
#C8EFA4
(200,239,164)
#CEF0AE
(206,240,174)
#D4F1B8
(212,241,184)
#DAF2C2
(218,242,194)
#E0F3CC
(224,243,204)
#E6F4D6
(230,244,214)
#ECF5E0
(236,245,224)
#F2F6EA
(242,246,234)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCED90 color. Also use rgb(188,237,144) instead hex code.

Text Font Color

.myTextColor { color: #BCED90; }

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

This text font color is #BCED90.


Background Color

.myBgColor { background-color: #BCED90; }

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

This div background color is #BCED90.


Border color

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

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

This div border color is #BCED90.


Opacity

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

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

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

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

This text has shadow with #BCED90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCED90 on black background.


Color preview on white background

This text has color #BCED90 on white background.



Black color preview on #BCED90 background

This text has black color on #BCED90 background.


White color preview on #BCED90 background

This text has white color on #BCED90 background.