#BD7BA1

Color #BD7BA1 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #BD7BA1

Tints of Bouquet #BD7BA1

Color information

#BD7BA1 (or 0xBD7BA1) is unknown color: approx Bouquet. HEX triplet: BD, 7B and A1. RGB value is (189,123,161). Sum of RGB (Red+Green+Blue) = 189+123+161=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 123 (48.44% from 255 or 26.00% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA1 is #42845E. Grayscale: #929292. Windows color (decimal): -4359263 or 10582973. OLE color: 10582973.

HSL color Cylindrical-coordinate representation of color #BD7BA1: hue angle of 325.45º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BD7BA1 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB189123161-
CMYK00.350.150.26
HSL325.45º33.33%61.18%-
HSV(B)325.45º34.92%74.12%-
XYZ34.527.5637.22-
YUV147.07135.87157.91-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 39.96%
GREEN value IS 123 (48.44% from 255) = 26.00%
BLUE value IS 161 (63.28% from 255) = 34.04%
R=39.96%
G=26.00%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912316100.350.150.26325.4533.3361.18
HexBD7BA1023F1A145213d
Octal27517324104317325054175
Binary101111011111011101000010100011111111010101000101100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BA1; }

 p { color: rgb(189,123,161); }

 H1.HeaderClassName
 {
   color: #BD7BA1;
 }
 .AnyTagClassName
 {
   color: #BD7BA1;
 }
</style>
background-color css

<style>
 a { background-color: #BD7BA1; }

 a { background-color: rgb(189,123,161); }

 div.DivClassName
 {
   background-color: #BD7BA1;
 }
 .BgClassName
 {
   background-color: #BD7BA1;
 }
</style>
border-color css

<style>
 span { border-color: #BD7BA1; }

 span { border-color: rgb(189,123,161); }

 td.TdClassName
 {
   border-color: #BD7BA1;
 }
 .TagClassName
 {
   border-color: #BD7BA1;
 }
</style>