#BF70A6

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

Shades of Bouquet #BF70A6

Tints of Bouquet #BF70A6

Color information

#BF70A6 (or 0xBF70A6) is unknown color: approx Bouquet. HEX triplet: BF, 70 and A6. RGB value is (191,112,166). Sum of RGB (Red+Green+Blue) = 191+112+166=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 112 (44.14% from 255 or 23.88% from 469); Blue value is 166 (65.23% from 255 or 35.39% from 469); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70A6 is #408F59. Grayscale: #8D8D8D. Windows color (decimal): -4231002 or 10907839. OLE color: 10907839.

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

Color convert

RGB191112166-
CMYK00.410.130.25
HSL318.99º38.16%59.41%-
HSV(B)318.99º41.36%74.9%-
XYZ34.1625.4239.18-
YUV141.78141.67163.11-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 112 (44.14% from 255) = 23.88%
BLUE value IS 166 (65.23% from 255) = 35.39%
R=40.72%
G=23.88%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111216600.410.130.25318.9938.1659.41
HexBF70A6029D1913f263b
Octal27716024605115314774673
Binary101111111110000101001100101001110111001100111111100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70A6; }

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

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

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

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

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

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

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

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