#BF70A9

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

Shades of Bouquet #BF70A9

Tints of Bouquet #BF70A9

Color information

#BF70A9 (or 0xBF70A9) is unknown color: approx Bouquet. HEX triplet: BF, 70 and A9. RGB value is (191,112,169). Sum of RGB (Red+Green+Blue) = 191+112+169=472 (62% of max value = 765). Red value is 191 (75% from 255 or 40.47% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70A9 is #408F56. Grayscale: #8D8D8D. Windows color (decimal): -4230999 or 11104447. OLE color: 11104447.

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

Color convert

RGB191112169-
CMYK00.410.120.25
HSL316.71º38.16%59.41%-
HSV(B)316.71º41.36%74.9%-
XYZ34.4425.5340.65-
YUV142.12143.17162.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.47%
GREEN value IS 112 (44.14% from 255) = 23.73%
BLUE value IS 169 (66.41% from 255) = 35.81%
R=40.47%
G=23.73%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111216900.410.120.25316.7138.1659.41
HexBF70A9029C1913d263b
Octal27716025105114314754673
Binary101111111110000101010010101001110011001100111101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70A9; }

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

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

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

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

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

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

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

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