#BE7FA7

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

Shades of Bouquet #BE7FA7

Tints of Bouquet #BE7FA7

Color information

#BE7FA7 (or 0xBE7FA7) is unknown color: approx Bouquet. HEX triplet: BE, 7F and A7. RGB value is (190,127,167). Sum of RGB (Red+Green+Blue) = 190+127+167=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 167 (65.62% from 255 or 34.50% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7FA7 is #418058. Grayscale: #969696. Windows color (decimal): -4292697 or 10977214. OLE color: 10977214.

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

Color convert

RGB190127167-
CMYK00.330.120.25
HSL321.9º32.64%62.16%-
HSV(B)321.9º33.16%74.51%-
XYZ35.828.9240.25-
YUV150.4137.37156.25-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 127 (50% from 255) = 26.24%
BLUE value IS 167 (65.62% from 255) = 34.50%
R=39.26%
G=26.24%
B=34.50%

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
Decimal19012716700.330.120.25321.932.6462.16
HexBE7FA7021C19142213e
Octal27617724704114315024176
Binary101111101111111101001110100001110011001101000010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7FA7; }

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

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

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

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

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

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

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

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