#be74ac

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

Shades of Bouquet #BE74AC

Tints of Bouquet #BE74AC

Color information

#BE74AC (or 0xBE74AC) is unknown color: approx Bouquet. HEX triplet: BE, 74 and AC. RGB value is (190,116,172). Sum of RGB (Red+Green+Blue) = 190+116+172=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 116 (45.70% from 255 or 24.27% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE74AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE74AC is #418B53. Grayscale: #909090. Windows color (decimal): -4295508 or 11302078. OLE color: 11302078.

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

Color convert

RGB190116172-
CMYK00.390.090.25
HSL314.59º36.27%60%-
HSV(B)314.59º38.95%74.51%-
XYZ34.9326.4242.29-
YUV144.51143.52160.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 116 (45.70% from 255) = 24.27%
BLUE value IS 172 (67.58% from 255) = 35.98%
R=39.75%
G=24.27%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011617200.390.090.25314.5936.2760
HexBE74AC02791913b243c
Octal27616425404711314734474
Binary101111101110100101011000100111100111001100111011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be74ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be74ac; }

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

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

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

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

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

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

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

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