COLOR #BBADDB

HEX: #BBADDB
RGB: (187,173,219)

Renk bilgisi

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

RGB renk modeli

#BBADDB color RGB value is (187,173,219).

  • kırmız ton 187;
  • yeşil ton 173;
  • mavi ton 219.
RGB:
(187,173,219)
(73%,68%,86%)

RGB bağlantıları ve doygunluk

R 187 of 255 = 73%
G 173 of 255 = 68%
B 219 of 255 = 86%

187
173
219

R + G + B ~ 76%. #BBADDB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
187 + 173 + 219 = 579 (100%)
R 187 of 579 ~ 32.3%
G 173 of 579 ~ 29.88%
B 219 of 579 ~ 37.82%

%32.3
%29.88
%37.82

CMYK RENK MODELİ

#BBADDB rengi CMYK tonu (15,21,0,14).

  • camgöbeği tonu 14.61%
  • eflatun tonu 21.00%
  • sarı tonu 0.00%
  • ana renk tonu 14.12%
CMYK:
(15,21,0,14)
C15M21Y0K14 
(15%,21%,0%,14%)
(0.15/0.21/0.00/0.14)	

CMYK yüzdeleri

%14.61
%21
%0
%14.12

Codes

Color #BBADDB in popluar color models

BBADDB
RGB187173219
HSL258°38.98%76.86%
HSB/HSV258°21.00%85.88%
CMYK14.61%21.00%0.00%
14.12%

Color #BBADDB in popluar number systems.

HEXBBADDB
Decimal187173219
Binary101110111010110111011011
Octal273255333

Shades and tints

Shades of #BBADDB

#BBADDB
(187,173,219)
#AA9EC8
(170,158,200)
#998FB5
(153,143,181)
#8880A2
(136,128,162)
#77718F
(119,113,143)
#66627C
(102,98,124)
#555369
(85,83,105)
#444456
(68,68,86)
#333543
(51,53,67)
#222630
(34,38,48)
#11171D
(17,23,29)
#000000
(0,0,0)

Tints of #BBADDB

#BBADDB
(187,173,219)
#C1B4DE
(193,180,222)
#C7BBE1
(199,187,225)
#CDC2E4
(205,194,228)
#D3C9E7
(211,201,231)
#D9D0EA
(217,208,234)
#DFD7ED
(223,215,237)
#E5DEF0
(229,222,240)
#EBE5F3
(235,229,243)
#F1ECF6
(241,236,246)
#F7F3F9
(247,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BBADDB color. Also use rgb(187,173,219) instead hex code.

Text Font Color

.myTextColor { color: #BBADDB; }

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

This text font color is #BBADDB.


Background Color

.myBgColor { background-color: #BBADDB; }

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

This div background color is #BBADDB.


Border color

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

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

This div border color is #BBADDB.


Opacity

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

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

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

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

This text has shadow with #BBADDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BBADDB on black background.


Color preview on white background

This text has color #BBADDB on white background.



Black color preview on #BBADDB background

This text has black color on #BBADDB background.


White color preview on #BBADDB background

This text has white color on #BBADDB background.