#be7da2

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

Shades of Bouquet #BE7DA2

Tints of Bouquet #BE7DA2

Color information

#BE7DA2 (or 0xBE7DA2) is unknown color: approx Bouquet. HEX triplet: BE, 7D and A2. RGB value is (190,125,162). Sum of RGB (Red+Green+Blue) = 190+125+162=477 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.83% from 477); Green value is 125 (49.22% from 255 or 26.21% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7DA2 is #41825D. Grayscale: #949494. Windows color (decimal): -4293214 or 10649022. OLE color: 10649022.

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

Color convert

RGB190125162-
CMYK00.340.150.25
HSL325.85º33.33%61.76%-
HSV(B)325.85º34.21%74.51%-
XYZ35.0928.2237.78-
YUV148.65135.53157.49-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.83%
GREEN value IS 125 (49.22% from 255) = 26.21%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=39.83%
G=26.21%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012516200.340.150.25325.8533.3361.76
HexBE7DA2022F19146213e
Octal27617524204217315064176
Binary101111101111101101000100100010111111001101000110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be7da2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be7da2; }

 p { color: rgb(190,125,162); }

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

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

 a { background-color: rgb(190,125,162); }

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

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

 span { border-color: rgb(190,125,162); }

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