#BD7BA0

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

Shades of Bouquet #BD7BA0

Tints of Bouquet #BD7BA0

Color information

#BD7BA0 (or 0xBD7BA0) is unknown color: approx Bouquet. HEX triplet: BD, 7B and A0. RGB value is (189,123,160). Sum of RGB (Red+Green+Blue) = 189+123+160=472 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.04% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7BA0 is #42845F. Grayscale: #929292. Windows color (decimal): -4359264 or 10517437. OLE color: 10517437.

HSL color Cylindrical-coordinate representation of color #BD7BA0: hue angle of 326.36º 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 #BD7BA0 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB189123160-
CMYK00.350.150.26
HSL326.36º33.33%61.18%-
HSV(B)326.36º34.92%74.12%-
XYZ34.4127.5236.76-
YUV146.95135.37157.99-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 40.04%
GREEN value IS 123 (48.44% from 255) = 26.06%
BLUE value IS 160 (62.89% from 255) = 33.90%
R=40.04%
G=26.06%
B=33.90%

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
Decimal18912316000.350.150.26326.3633.3361.18
HexBD7BA0023F1A146213d
Octal27517324004317325064175
Binary101111011111011101000000100011111111010101000110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7BA0; }

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

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

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

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

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

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

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

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