#BF7CA6

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

Shades of Bouquet #BF7CA6

Tints of Bouquet #BF7CA6

Color information

#BF7CA6 (or 0xBF7CA6) is unknown color: approx Bouquet. HEX triplet: BF, 7C and A6. RGB value is (191,124,166). Sum of RGB (Red+Green+Blue) = 191+124+166=481 (63% of max value = 765). Red value is 191 (75% from 255 or 39.71% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 191 - color contains mainly: red. Hex color #BF7CA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF7CA6 is #408359. Grayscale: #949494. Windows color (decimal): -4227930 or 10910911. OLE color: 10910911.

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

Color convert

RGB191124166-
CMYK00.350.130.25
HSL322.39º34.36%61.76%-
HSV(B)322.39º35.08%74.9%-
XYZ35.5828.2439.65-
YUV148.82137.7158.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 39.71%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=39.71%
G=25.78%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19112416600.350.130.25322.3934.3661.76
HexBF7CA6023D19142223e
Octal27717424604315315024276
Binary101111111111100101001100100011110111001101000010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF7CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF7CA6; }

 p { color: rgb(191,124,166); }

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

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

 a { background-color: rgb(191,124,166); }

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

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

 span { border-color: rgb(191,124,166); }

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