#BF6BA9

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

Shades of Bouquet #BF6BA9

Tints of Bouquet #BF6BA9

Color information

#BF6BA9 (or 0xBF6BA9) is unknown color: approx Bouquet. HEX triplet: BF, 6B and A9. RGB value is (191,107,169). Sum of RGB (Red+Green+Blue) = 191+107+169=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 107 (42.19% from 255 or 22.91% from 467); Blue value is 169 (66.41% from 255 or 36.19% from 467); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6BA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF6BA9 is #409456. Grayscale: #8B8B8B. Windows color (decimal): -4232279 or 11103167. OLE color: 11103167.

HSL color Cylindrical-coordinate representation of color #BF6BA9: hue angle of 315.71º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BF6BA9 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.25.

Color convert

RGB191107169-
CMYK00.440.120.25
HSL315.71º39.62%58.43%-
HSV(B)315.71º43.98%74.9%-
XYZ33.924.4640.47-
YUV139.18144.83164.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 107 (42.19% from 255) = 22.91%
BLUE value IS 169 (66.41% from 255) = 36.19%
R=40.90%
G=22.91%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19110716900.440.120.25315.7139.6258.43
HexBF6BA902CC1913c283a
Octal27715325105414314745072
Binary101111111101011101010010101100110011001100111100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6BA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6BA9; }

 p { color: rgb(191,107,169); }

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

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

 a { background-color: rgb(191,107,169); }

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

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

 span { border-color: rgb(191,107,169); }

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