#be71ac

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

Shades of Bouquet #BE71AC

Tints of Bouquet #BE71AC

Color information

#BE71AC (or 0xBE71AC) is unknown color: approx Bouquet. HEX triplet: BE, 71 and AC. RGB value is (190,113,172). Sum of RGB (Red+Green+Blue) = 190+113+172=475 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71AC is #418E53. Grayscale: #8E8E8E. Windows color (decimal): -4296276 or 11301310. OLE color: 11301310.

HSL color Cylindrical-coordinate representation of color #BE71AC: hue angle of 314.03º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BE71AC is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB190113172-
CMYK00.410.090.25
HSL314.03º37.2%59.41%-
HSV(B)314.03º40.53%74.51%-
XYZ34.5925.7442.17-
YUV142.75144.51161.7-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40%
GREEN value IS 113 (44.53% from 255) = 23.79%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=40%
G=23.79%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011317200.410.090.25314.0337.259.41
HexBE71AC02991913a253b
Octal27616125405111314724573
Binary101111101110001101011000101001100111001100111010100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be71ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be71ac; }

 p { color: rgb(190,113,172); }

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

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

 a { background-color: rgb(190,113,172); }

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

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

 span { border-color: rgb(190,113,172); }

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