COLOR #BBC5EB

HEX: #BBC5EB
RGB: (187,197,235)

Renk bilgisi

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

RGB renk modeli

#BBC5EB color RGB value is (187,197,235).

  • kırmız ton 187;
  • yeşil ton 197;
  • mavi ton 235.
RGB:
(187,197,235)
(73%,77%,92%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 197 of 255 = 77%
B 235 of 255 = 92%

187
197
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 197 + 235 = 619 (100%)
R 187 of 619 ~ 30.21%
G 197 of 619 ~ 31.83%
B 235 of 619 ~ 37.96%

%30.21
%31.83
%37.96

CMYK RENK MODELİ

#BBC5EB rengi CMYK tonu (20,16,0,8).

  • camgöbeği tonu 20.43%
  • eflatun tonu 16.17%
  • sarı tonu 0.00%
  • ana renk tonu 7.84%
CMYK:
(20,16,0,8)
C20M16Y0K8 
(20%,16%,0%,8%)
(0.20/0.16/0.00/0.08)	

CMYK yüzdeleri

%20.43
%16.17
%0
%7.84

Codes

Color #BBC5EB in popluar color models

BBC5EB
RGB187197235
HSL228°54.55%82.75%
HSB/HSV228°20.43%92.16%
CMYK20.43%16.17%0.00%
7.84%

Color #BBC5EB in popluar number systems.

HEXBBC5EB
Decimal187197235
Binary101110111100010111101011
Octal273305353

Shades and tints

Shades of #BBC5EB

#BBC5EB
(187,197,235)
#AAB4D6
(170,180,214)
#99A3C1
(153,163,193)
#8892AC
(136,146,172)
#778197
(119,129,151)
#667082
(102,112,130)
#555F6D
(85,95,109)
#444E58
(68,78,88)
#333D43
(51,61,67)
#222C2E
(34,44,46)
#111B19
(17,27,25)
#000000
(0,0,0)

Tints of #BBC5EB

#BBC5EB
(187,197,235)
#C1CAEC
(193,202,236)
#C7CFED
(199,207,237)
#CDD4EE
(205,212,238)
#D3D9EF
(211,217,239)
#D9DEF0
(217,222,240)
#DFE3F1
(223,227,241)
#E5E8F2
(229,232,242)
#EBEDF3
(235,237,243)
#F1F2F4
(241,242,244)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBC5EB color. Also use rgb(187,197,235) instead hex code.

Text Font Color

.myTextColor { color: #BBC5EB; }

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

This text font color is #BBC5EB.


Background Color

.myBgColor { background-color: #BBC5EB; }

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

This div background color is #BBC5EB.


Border color

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

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

This div border color is #BBC5EB.


Opacity

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

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

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

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

This text has shadow with #BBC5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBC5EB on black background.


Color preview on white background

This text has color #BBC5EB on white background.



Black color preview on #BBC5EB background

This text has black color on #BBC5EB background.


White color preview on #BBC5EB background

This text has white color on #BBC5EB background.