COLOR #BB95B8

HEX: #BB95B8 RGB: (187,149,184)

Color info

#BB95B8 contains red, green and blue colors in about the same proportion. Web safe color of #BB95B8 is #CC99CC (or #C9C).

RGB color model

#BB95B8 color RGB value is (187,149,184).

RGB: (187,149,184) (73%, 58%, 72%)

RGB channels and saturation

R 187 of 255 = 73%
G 149 of 255 = 58%
B 184 of 255 = 72%

187
149
184

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

Portions of RGB colors in percentages

R + G + B = 187 + 149 + 184 = 520 (100%)
R 187 of 520 ~ 35.96%
G 149 of 520 ~ 28.65%
B 184 of 520 ~ 35.38'%

%35.96
%28.65
%35.38

CMYK color model

#BB95B8 color CMYK value is (0,20,2,27).

  • cyan value is 0.00%
  • magenta value is 20.32%
  • yellow value is 1.60%
  • key color value is 26.67%

CMYK: (0,20,2,27)
C0M20Y2K27 (0%, 20%, 2%, 27%)
(0.00 / 0.20 / 0.02 / 0.27)

CMYK percentages

%0
%20.32
%1.6
%26.67

Codes

Color #BB95B8 in popluar color models

BB 95 B8
RGB 187 149 184
HSL 305° 21.84% 65.88%
HSB/HSV 305° 20.32% 73.33%
CMYK 0.00% 20.32% 1.60%
26.67%

Color #BB95B8 in popluar number systems.

HEX BB 95 B8
Decimal 187 149 184
Binary 10111011 10010101 10111000
Octal 273 225 270

Shades and tints

Shades of #BB95B8

#BB95B8
(187,149,184)
#AA88A8
(170,136,168)
#997B98
(153,123,152)
#886E88
(136,110,136)
#776178
(119,97,120)
#665468
(102,84,104)
#554758
(85,71,88)
#443A48
(68,58,72)
#332D38
(51,45,56)
#222028
(34,32,40)
#111318
(17,19,24)
#000000
(0,0,0)

Tints of #BB95B8

#BB95B8
(187,149,184)
#C19EBE
(193,158,190)
#C7A7C4
(199,167,196)
#CDB0CA
(205,176,202)
#D3B9D0
(211,185,208)
#D9C2D6
(217,194,214)
#DFCBDC
(223,203,220)
#E5D4E2
(229,212,226)
#EBDDE8
(235,221,232)
#F1E6EE
(241,230,238)
#F7EFF4
(247,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BB95B8 color. Also use rgb(187,149,184) instead hex code.

Text Font Color

.myTextColor { color: #BB95B8; }

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

This text font color is #BB95B8.

Background Color

.myBgColor { background-color: #BB95B8; }

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

This div background color is #BB95B8.

Border color

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

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

This div border color is #BB95B8.

Opacity

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

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

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

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

This text has shadow with #BB95B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BB95B8.

Preview

Color preview on black background

This text has color #BB95B8 on black background.


Color preview on white background

This text has color #BB95B8 on white background.


Black color preview on #BB95B8 background

This text has black color on #BB95B8 background.


White color preview on #BB95B8 background

This text has white color on #BB95B8 background.


Related colors

Complementary color

Complementary color for #hex is #446A47.


I love getcolorcode.com

Triadic colors

1 #B8BB95 and #95B8BB with #BB95B8 are triadic colors.

2 #B895BB and #95BBB8 with #BB95B8 are triadic colors.