#BE7BAC

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

Shades of Bouquet #BE7BAC

Tints of Bouquet #BE7BAC

Color information

#BE7BAC (or 0xBE7BAC) is unknown color: approx Bouquet. HEX triplet: BE, 7B and AC. RGB value is (190,123,172). Sum of RGB (Red+Green+Blue) = 190+123+172=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 172 (67.58% from 255 or 35.46% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7BAC is #418453. Grayscale: #949494. Windows color (decimal): -4293716 or 11303870. OLE color: 11303870.

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

Color convert

RGB190123172-
CMYK00.350.090.25
HSL316.12º34.01%61.37%-
HSV(B)316.12º35.26%74.51%-
XYZ35.7628.0942.57-
YUV148.62141.2157.52-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 123 (48.44% from 255) = 25.36%
BLUE value IS 172 (67.58% from 255) = 35.46%
R=39.18%
G=25.36%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012317200.350.090.25316.1234.0161.37
HexBE7BAC02391913c223d
Octal27617325404311314744275
Binary101111101111011101011000100011100111001100111100100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7BAC; }

 p { color: rgb(190,123,172); }

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

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

 a { background-color: rgb(190,123,172); }

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

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

 span { border-color: rgb(190,123,172); }

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