#BD72AE

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

Shades of Bouquet #BD72AE

Tints of Bouquet #BD72AE

Color information

#BD72AE (or 0xBD72AE) is unknown color: approx Bouquet. HEX triplet: BD, 72 and AE. RGB value is (189,114,174). Sum of RGB (Red+Green+Blue) = 189+114+174=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 114 (44.92% from 255 or 23.90% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 189 - color contains mainly: red. Hex color #BD72AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD72AE is #428D51. Grayscale: #8F8F8F. Windows color (decimal): -4361554 or 11432637. OLE color: 11432637.

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

Color convert

RGB189114174-
CMYK00.400.080.26
HSL312º36.23%59.41%-
HSV(B)312º39.68%74.12%-
XYZ34.6425.9143.22-
YUV143.26145.35160.62-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 39.62%
GREEN value IS 114 (44.92% from 255) = 23.90%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=39.62%
G=23.90%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.08
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18911417400.400.080.2631236.2359.41
HexBD72AE02881A138243b
Octal27516225605010324704473
Binary101111011110010101011100101000100011010100111000100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD72AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD72AE; }

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

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

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

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

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

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

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

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