COLOR #BFB2DD

HEX: #BFB2DD RGB: (191,178,221)

Color info

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

RGB color model

#BFB2DD color RGB value is (191,178,221).

RGB: (191,178,221) (75%, 70%, 87%)

RGB channels and saturation

R 191 of 255 = 75%
G 178 of 255 = 70%
B 221 of 255 = 87%

191
178
221

R + G + B ~ 77%. #BFB2DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 191 + 178 + 221 = 590 (100%)
R 191 of 590 ~ 32.37%
G 178 of 590 ~ 30.17%
B 221 of 590 ~ 37.46'%

%32.37
%30.17
%37.46

CMYK color model

#BFB2DD color CMYK value is (14,19,0,13).

  • cyan value is 13.57%
  • magenta value is 19.46%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (14,19,0,13)
C14M19Y0K13 (14%, 19%, 0%, 13%)
(0.14 / 0.19 / 0.00 / 0.13)

CMYK percentages

%13.57
%19.46
%0
%13.33

Codes

Color #BFB2DD in popluar color models

BF B2 DD
RGB 191 178 221
HSL 258° 38.74% 78.24%
HSB/HSV 258° 19.46% 86.67%
CMYK 13.57% 19.46% 0.00%
13.33%

Color #BFB2DD in popluar number systems.

HEX BF B2 DD
Decimal 191 178 221
Binary 10111111 10110010 11011101
Octal 277 262 335

Shades and tints

Shades of #BFB2DD

#BFB2DD
(191,178,221)
#AEA2C9
(174,162,201)
#9D92B5
(157,146,181)
#8C82A1
(140,130,161)
#7B728D
(123,114,141)
#6A6279
(106,98,121)
#595265
(89,82,101)
#484251
(72,66,81)
#37323D
(55,50,61)
#262229
(38,34,41)
#151215
(21,18,21)
#000000
(0,0,0)

Tints of #BFB2DD

#BFB2DD
(191,178,221)
#C4B9E0
(196,185,224)
#C9C0E3
(201,192,227)
#CEC7E6
(206,199,230)
#D3CEE9
(211,206,233)
#D8D5EC
(216,213,236)
#DDDCEF
(221,220,239)
#E2E3F2
(226,227,242)
#E7EAF5
(231,234,245)
#ECF1F8
(236,241,248)
#F1F8FB
(241,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BFB2DD color. Also use rgb(191,178,221) instead hex code.

Text Font Color

.myTextColor { color: #BFB2DD; }

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

This text font color is #BFB2DD.

Background Color

.myBgColor { background-color: #BFB2DD; }

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

This div background color is #BFB2DD.

Border color

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

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

This div border color is #BFB2DD.

Opacity

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

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

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

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

This text has shadow with #BFB2DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BFB2DD.

Preview

Color preview on black background

This text has color #BFB2DD on black background.


Color preview on white background

This text has color #BFB2DD on white background.


Black color preview on #BFB2DD background

This text has black color on #BFB2DD background.


White color preview on #BFB2DD background

This text has white color on #BFB2DD background.


Related colors

Complementary color

Complementary color for #hex is #404D22.


I love getcolorcode.com

Triadic colors

1 #DDBFB2 and #B2DDBF with #BFB2DD are triadic colors.

2 #DDB2BF and #B2BFDD with #BFB2DD are triadic colors.