#BE70A9

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

Shades of Bouquet #BE70A9

Tints of Bouquet #BE70A9

Color information

#BE70A9 (or 0xBE70A9) is unknown color: approx Bouquet. HEX triplet: BE, 70 and A9. RGB value is (190,112,169). Sum of RGB (Red+Green+Blue) = 190+112+169=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 112 (44.14% from 255 or 23.78% from 471); Blue value is 169 (66.41% from 255 or 35.88% from 471); Max value from RGB is 190 - color contains mainly: red. Hex color #BE70A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE70A9 is #418F56. Grayscale: #8D8D8D. Windows color (decimal): -4296535 or 11104446. OLE color: 11104446.

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

Color convert

RGB190112169-
CMYK00.410.110.25
HSL316.15º37.5%59.22%-
HSV(B)316.15º41.05%74.51%-
XYZ34.1925.440.64-
YUV141.82143.34162.37-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 112 (44.14% from 255) = 23.78%
BLUE value IS 169 (66.41% from 255) = 35.88%
R=40.34%
G=23.78%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19011216900.410.110.25316.1537.559.22
HexBE70A9029B1913c263b
Octal27616025105113314744673
Binary101111101110000101010010101001101111001100111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE70A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE70A9; }

 p { color: rgb(190,112,169); }

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

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

 a { background-color: rgb(190,112,169); }

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

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

 span { border-color: rgb(190,112,169); }

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