#BE7FA1

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

Shades of Bouquet #BE7FA1

Tints of Bouquet #BE7FA1

Color information

#BE7FA1 (or 0xBE7FA1) is unknown color: approx Bouquet. HEX triplet: BE, 7F and A1. RGB value is (190,127,161). Sum of RGB (Red+Green+Blue) = 190+127+161=478 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.75% from 478); Green value is 127 (50% from 255 or 26.57% from 478); Blue value is 161 (63.28% from 255 or 33.68% from 478); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FA1 is #41805E. Grayscale: #959595. Windows color (decimal): -4292703 or 10583998. OLE color: 10583998.

HSL color Cylindrical-coordinate representation of color #BE7FA1: hue angle of 327.62º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE7FA1 is Cyan = 0, Magento = 0.33, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB190127161-
CMYK00.330.150.25
HSL327.62º32.64%62.16%-
HSV(B)327.62º33.16%74.51%-
XYZ35.2628.737.4-
YUV149.71134.37156.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.75%
GREEN value IS 127 (50% from 255) = 26.57%
BLUE value IS 161 (63.28% from 255) = 33.68%
R=39.75%
G=26.57%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012716100.330.150.25327.6232.6462.16
HexBE7FA1021F19148213e
Octal27617724104117315104176
Binary101111101111111101000010100001111111001101001000100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FA1; }

 p { color: rgb(190,127,161); }

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

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

 a { background-color: rgb(190,127,161); }

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

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

 span { border-color: rgb(190,127,161); }

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