#BD72AC

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

Shades of Bouquet #BD72AC

Tints of Bouquet #BD72AC

Color information

#BD72AC (or 0xBD72AC) is unknown color: approx Bouquet. HEX triplet: BD, 72 and AC. RGB value is (189,114,172). Sum of RGB (Red+Green+Blue) = 189+114+172=475 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.79% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 189 - color contains mainly: red. Hex color #BD72AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD72AC is #428D53. Grayscale: #8E8E8E. Windows color (decimal): -4361556 or 11301565. OLE color: 11301565.

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

Color convert

RGB189114172-
CMYK00.400.090.26
HSL313.6º36.23%59.41%-
HSV(B)313.6º39.68%74.12%-
XYZ34.4525.8342.2-
YUV143.04144.35160.78-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.79%
GREEN value IS 114 (44.92% from 255) = 24%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=39.79%
G=24%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911417200.400.090.26313.636.2359.41
HexBD72AC02891A13a243b
Octal27516225405011324724473
Binary101111011110010101011000101000100111010100111010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72AC; }

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

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

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

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

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

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

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

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