#BE7FA8

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

Shades of Bouquet #BE7FA8

Tints of Bouquet #BE7FA8

Color information

#BE7FA8 (or 0xBE7FA8) is unknown color: approx Bouquet. HEX triplet: BE, 7F and A8. RGB value is (190,127,168). Sum of RGB (Red+Green+Blue) = 190+127+168=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 127 (50% from 255 or 26.19% from 485); Blue value is 168 (66.02% from 255 or 34.64% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FA8 is #418057. Grayscale: #969696. Windows color (decimal): -4292696 or 11042750. OLE color: 11042750.

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

Color convert

RGB190127168-
CMYK00.330.120.25
HSL320.95º32.64%62.16%-
HSV(B)320.95º33.16%74.51%-
XYZ35.8928.9540.74-
YUV150.51137.87156.17-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 127 (50% from 255) = 26.19%
BLUE value IS 168 (66.02% from 255) = 34.64%
R=39.18%
G=26.19%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012716800.330.120.25320.9532.6462.16
HexBE7FA8021C19141213e
Octal27617725004114315014176
Binary101111101111111101010000100001110011001101000001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FA8; }

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

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

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

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

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

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

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

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