COLOR #BEE0CC

HEX: #BEE0CC RGB: (190,224,204)

Renk bilgisi

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

RGB renk modeli

#BEE0CC color RGB value is (190,224,204).

RGB: (190,224,204) (75%, 88%, 80%)

RGB bağlantıları ve doygunluk

R 190 of 255 = 75%
G 224 of 255 = 88%
B 204 of 255 = 80%

190
224
204

R + G + B ~ 81%. #BEE0CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 190 + 224 + 204 = 618 (100%)
R 190 of 618 ~ 30.74%
G 224 of 618 ~ 36.25%
B 204 of 618 ~ 33.01'%

%30.74
%36.25
%33.01

CMYK RENK MODELİ

#BEE0CC rengi CMYK tonu (15,0,9,12).

  • camgöbeği tonu 15.18%
  • eflatun tonu 0.00%
  • sarı tonu 8.93%
  • ana renk tonu 12.16%

CMYK: (15,0,9,12)
C15M0Y9K12 (15%, 0%, 9%, 12%)
(0.15 / 0.00 / 0.09 / 0.12)

CMYK yüzdeleri

%15.18
%0
%8.93
%12.16

Codes

Color #BEE0CC in popluar color models

BE E0 CC
RGB 190 224 204
HSL 145° 35.42% 81.18%
HSB/HSV 145° 15.18% 87.84%
CMYK 15.18% 0.00% 8.93%
12.16%

Color #BEE0CC in popluar number systems.

HEX BE E0 CC
Decimal 190 224 204
Binary 10111110 11100000 11001100
Octal 276 340 314

Shades and tints

Shades of #BEE0CC

#BEE0CC
(190,224,204)
#ADCCBA
(173,204,186)
#9CB8A8
(156,184,168)
#8BA496
(139,164,150)
#7A9084
(122,144,132)
#697C72
(105,124,114)
#586860
(88,104,96)
#47544E
(71,84,78)
#36403C
(54,64,60)
#252C2A
(37,44,42)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BEE0CC

#BEE0CC
(190,224,204)
#C3E2D0
(195,226,208)
#C8E4D4
(200,228,212)
#CDE6D8
(205,230,216)
#D2E8DC
(210,232,220)
#D7EAE0
(215,234,224)
#DCECE4
(220,236,228)
#E1EEE8
(225,238,232)
#E6F0EC
(230,240,236)
#EBF2F0
(235,242,240)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE0CC color. Also use rgb(190,224,204) instead hex code.

Text Font Color

.myTextColor { color: #BEE0CC; }

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

This text font color is #BEE0CC.

Background Color

.myBgColor { background-color: #BEE0CC; }

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

This div background color is #BEE0CC.

Border color

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

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

This div border color is #BEE0CC.

Opacity

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

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

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

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

This text has shadow with #BEE0CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE0CC.

Preview

Color preview on black background

This text has color #BEE0CC on black background.


Color preview on white background

This text has color #BEE0CC on white background.


Black color preview on #BEE0CC background

This text has black color on #BEE0CC background.


White color preview on #BEE0CC background

This text has white color on #BEE0CC background.


Related colors

Complementary color

Complementary color for #hex is #411F33.


I love getcolorcode.com

Triadic colors

1 #CCBEE0 and #E0CCBE with #BEE0CC are triadic colors.

2 #CCE0BE and #E0BECC with #BEE0CC are triadic colors.