#BE7EAB

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

Shades of Bouquet #BE7EAB

Tints of Bouquet #BE7EAB

Color information

#BE7EAB (or 0xBE7EAB) is unknown color: approx Bouquet. HEX triplet: BE, 7E and AB. RGB value is (190,126,171). Sum of RGB (Red+Green+Blue) = 190+126+171=487 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.01% from 487); Green value is 126 (49.61% from 255 or 25.87% from 487); Blue value is 171 (67.19% from 255 or 35.11% from 487); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7EAB is #418154. Grayscale: #969696. Windows color (decimal): -4292949 or 11239102. OLE color: 11239102.

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

Color convert

RGB190126171-
CMYK00.340.100.25
HSL317.81º32.99%61.96%-
HSV(B)317.81º33.68%74.51%-
XYZ36.0528.8142.19-
YUV150.27139.7156.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.01%
GREEN value IS 126 (49.61% from 255) = 25.87%
BLUE value IS 171 (67.19% from 255) = 35.11%
R=39.01%
G=25.87%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012617100.340.100.25317.8132.9961.96
HexBE7EAB022A1913e213e
Octal27617625304212314764176
Binary101111101111110101010110100010101011001100111110100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7EAB; }

 p { color: rgb(190,126,171); }

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

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

 a { background-color: rgb(190,126,171); }

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

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

 span { border-color: rgb(190,126,171); }

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