#BF7EAC

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

Shades of Bouquet #BF7EAC

Tints of Bouquet #BF7EAC

Color information

#BF7EAC (or 0xBF7EAC) is unknown color: approx Bouquet. HEX triplet: BF, 7E and AC. RGB value is (191,126,172). Sum of RGB (Red+Green+Blue) = 191+126+172=489 (64% of max value = 765). Red value is 191 (75% from 255 or 39.06% from 489); Green value is 126 (49.61% from 255 or 25.77% from 489); Blue value is 172 (67.58% from 255 or 35.17% from 489); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7EAC is #408153. Grayscale: #969696. Windows color (decimal): -4227412 or 11304639. OLE color: 11304639.

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

Color convert

RGB191126172-
CMYK00.340.100.25
HSL317.54º33.68%62.16%-
HSV(B)317.54º34.03%74.9%-
XYZ36.3928.9842.7-
YUV150.68140.03156.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.06%
GREEN value IS 126 (49.61% from 255) = 25.77%
BLUE value IS 172 (67.58% from 255) = 35.17%
R=39.06%
G=25.77%
B=35.17%

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
Decimal19112617200.340.100.25317.5433.6862.16
HexBF7EAC022A1913e223e
Octal27717625404212314764276
Binary101111111111110101011000100010101011001100111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7EAC; }

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

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

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

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

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

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

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

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