#BE7CAA

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

Shades of Bouquet #BE7CAA

Tints of Bouquet #BE7CAA

Color information

#BE7CAA (or 0xBE7CAA) is unknown color: approx Bouquet. HEX triplet: BE, 7C and AA. RGB value is (190,124,170). Sum of RGB (Red+Green+Blue) = 190+124+170=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 124 (48.83% from 255 or 25.62% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CAA is #418355. Grayscale: #949494. Windows color (decimal): -4293462 or 11173054. OLE color: 11173054.

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

Color convert

RGB190124170-
CMYK00.350.110.25
HSL318.18º33.67%61.57%-
HSV(B)318.18º34.74%74.51%-
XYZ35.728.2641.6-
YUV148.98139.87157.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 124 (48.83% from 255) = 25.62%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=39.26%
G=25.62%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012417000.350.110.25318.1833.6761.57
HexBE7CAA023B1913e223e
Octal27617425204313314764276
Binary101111101111100101010100100011101111001100111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CAA; }

 p { color: rgb(190,124,170); }

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

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

 a { background-color: rgb(190,124,170); }

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

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

 span { border-color: rgb(190,124,170); }

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