#be71ae

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

Shades of Bouquet #BE71AE

Tints of Bouquet #BE71AE

Color information

#BE71AE (or 0xBE71AE) is unknown color: approx Bouquet. HEX triplet: BE, 71 and AE. RGB value is (190,113,174). Sum of RGB (Red+Green+Blue) = 190+113+174=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 113 (44.53% from 255 or 23.69% from 477); Blue value is 174 (68.36% from 255 or 36.48% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE71AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE71AE is #418E51. Grayscale: #8E8E8E. Windows color (decimal): -4296274 or 11432382. OLE color: 11432382.

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

Color convert

RGB190113174-
CMYK00.410.080.25
HSL312.47º37.2%59.41%-
HSV(B)312.47º40.53%74.51%-
XYZ34.7825.8143.19-
YUV142.98145.51161.54-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 113 (44.53% from 255) = 23.69%
BLUE value IS 174 (68.36% from 255) = 36.48%
R=39.83%
G=23.69%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011317400.410.080.25312.4737.259.41
HexBE71AE029819138253b
Octal27616125605110314704573
Binary101111101110001101011100101001100011001100111000100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be71ae

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be71ae; }

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

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

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

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

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

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

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

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