#BE7CAB

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

Shades of Bouquet #BE7CAB

Tints of Bouquet #BE7CAB

Color information

#BE7CAB (or 0xBE7CAB) is unknown color: approx Bouquet. HEX triplet: BE, 7C and AB. RGB value is (190,124,171). Sum of RGB (Red+Green+Blue) = 190+124+171=485 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.18% from 485); Green value is 124 (48.83% from 255 or 25.57% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 190 - color contains mainly: red. Hex color #BE7CAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE7CAB is #418354. Grayscale: #949494. Windows color (decimal): -4293461 or 11238590. OLE color: 11238590.

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

Color convert

RGB190124171-
CMYK00.350.100.25
HSL317.27º33.67%61.57%-
HSV(B)317.27º34.74%74.51%-
XYZ35.7928.342.1-
YUV149.09140.37157.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.18%
GREEN value IS 124 (48.83% from 255) = 25.57%
BLUE value IS 171 (67.19% from 255) = 35.26%
R=39.18%
G=25.57%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19012417100.350.100.25317.2733.6761.57
HexBE7CAB023A1913d223e
Octal27617425304312314754276
Binary101111101111100101010110100011101011001100111101100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE7CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE7CAB; }

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

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

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

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

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

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

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

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