#BE80A9

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

Shades of Bouquet #BE80A9

Tints of Bouquet #BE80A9

Color information

#BE80A9 (or 0xBE80A9) is unknown color: approx Bouquet. HEX triplet: BE, 80 and A9. RGB value is (190,128,169). Sum of RGB (Red+Green+Blue) = 190+128+169=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 128 (50.39% from 255 or 26.28% from 487); Blue value is 169 (66.41% from 255 or 34.70% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE80A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BE80A9 is #417F56. Grayscale: #979797. Windows color (decimal): -4292439 or 11108542. OLE color: 11108542.

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

Color convert

RGB190128169-
CMYK00.330.110.25
HSL320.32º32.29%62.35%-
HSV(B)320.32º32.63%74.51%-
XYZ36.1229.2541.28-
YUV151.21138.04155.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 128 (50.39% from 255) = 26.28%
BLUE value IS 169 (66.41% from 255) = 34.70%
R=39.01%
G=26.28%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012816900.330.110.25320.3232.2962.35
HexBE80A9021B19140203e
Octal27620025104113315004076
Binary1011111010000000101010010100001101111001101000000100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE80A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE80A9; }

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

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

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

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

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

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

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

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