#BD7DA1

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

Shades of Bouquet #BD7DA1

Tints of Bouquet #BD7DA1

Color information

#BD7DA1 (or 0xBD7DA1) is unknown color: approx Bouquet. HEX triplet: BD, 7D and A1. RGB value is (189,125,161). Sum of RGB (Red+Green+Blue) = 189+125+161=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 161 (63.28% from 255 or 33.89% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7DA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD7DA1 is #42825E. Grayscale: #949494. Windows color (decimal): -4358751 or 10583485. OLE color: 10583485.

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

Color convert

RGB189125161-
CMYK00.340.150.26
HSL326.25º32.65%61.57%-
HSV(B)326.25º33.86%74.12%-
XYZ34.7528.0637.3-
YUV148.24135.2157.07-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 161 (63.28% from 255) = 33.89%
R=39.79%
G=26.32%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912516100.340.150.26326.2532.6561.57
HexBD7DA1022F1A146213e
Octal27517524104217325064176
Binary101111011111101101000010100010111111010101000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD7DA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD7DA1; }

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

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

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

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

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

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

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

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