#BF7BAC

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

Shades of Bouquet #BF7BAC

Tints of Bouquet #BF7BAC

Color information

#BF7BAC (or 0xBF7BAC) is unknown color: approx Bouquet. HEX triplet: BF, 7B and AC. RGB value is (191,123,172). Sum of RGB (Red+Green+Blue) = 191+123+172=486 (64% of max value = 765). Red value is 191 (75% from 255 or 39.30% from 486); Green value is 123 (48.44% from 255 or 25.31% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7BAC is #408453. Grayscale: #949494. Windows color (decimal): -4228180 or 11303871. OLE color: 11303871.

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

Color convert

RGB191123172-
CMYK00.360.100.25
HSL316.76º34.69%61.57%-
HSV(B)316.76º35.6%74.9%-
XYZ36.0228.2242.58-
YUV148.92141.03158.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.30%
GREEN value IS 123 (48.44% from 255) = 25.31%
BLUE value IS 172 (67.58% from 255) = 35.39%
R=39.30%
G=25.31%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112317200.360.100.25316.7634.6961.57
HexBF7BAC024A1913d233e
Octal27717325404412314754376
Binary101111111111011101011000100100101011001100111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7BAC; }

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

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

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

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

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

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

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

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