#BF7EAB

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

Shades of Bouquet #BF7EAB

Tints of Bouquet #BF7EAB

Color information

#BF7EAB (or 0xBF7EAB) is unknown color: approx Bouquet. HEX triplet: BF, 7E and AB. RGB value is (191,126,171). Sum of RGB (Red+Green+Blue) = 191+126+171=488 (64% of max value = 765). Red value is 191 (75% from 255 or 39.14% from 488); Green value is 126 (49.61% from 255 or 25.82% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7EAB is #408154. Grayscale: #969696. Windows color (decimal): -4227413 or 11239103. OLE color: 11239103.

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

Color convert

RGB191126171-
CMYK00.340.100.25
HSL318.46º33.68%62.16%-
HSV(B)318.46º34.03%74.9%-
XYZ36.328.9442.2-
YUV150.56139.53156.84-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.14%
GREEN value IS 126 (49.61% from 255) = 25.82%
BLUE value IS 171 (67.19% from 255) = 35.04%
R=39.14%
G=25.82%
B=35.04%

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
Decimal19112617100.340.100.25318.4633.6862.16
HexBF7EAB022A1913e223e
Octal27717625304212314764276
Binary101111111111110101010110100010101011001100111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EAB; }

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

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

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

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

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

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

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

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