#BD79AC

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

Shades of Bouquet #BD79AC

Tints of Bouquet #BD79AC

Color information

#BD79AC (or 0xBD79AC) is unknown color: approx Bouquet. HEX triplet: BD, 79 and AC. RGB value is (189,121,172). Sum of RGB (Red+Green+Blue) = 189+121+172=482 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.21% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 189 - color contains mainly: red. Hex color #BD79AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD79AC is #428653. Grayscale: #939393. Windows color (decimal): -4359764 or 11303357. OLE color: 11303357.

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

Color convert

RGB189121172-
CMYK00.360.090.26
HSL315º34%60.78%-
HSV(B)315º35.98%74.12%-
XYZ35.2727.4742.47-
YUV147.15142.03157.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.21%
GREEN value IS 121 (47.66% from 255) = 25.10%
BLUE value IS 172 (67.58% from 255) = 35.68%
R=39.21%
G=25.10%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18912117200.360.090.263153460.78
HexBD79AC02491A13b223d
Octal27517125404411324734275
Binary101111011111001101011000100100100111010100111011100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD79AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD79AC; }

 p { color: rgb(189,121,172); }

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

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

 a { background-color: rgb(189,121,172); }

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

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

 span { border-color: rgb(189,121,172); }

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