#BF70AC

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

Shades of Bouquet #BF70AC

Tints of Bouquet #BF70AC

Color information

#BF70AC (or 0xBF70AC) is unknown color: approx Bouquet. HEX triplet: BF, 70 and AC. RGB value is (191,112,172). Sum of RGB (Red+Green+Blue) = 191+112+172=475 (62% of max value = 765). Red value is 191 (75% from 255 or 40.21% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70AC is #408F53. Grayscale: #8E8E8E. Windows color (decimal): -4230996 or 11301055. OLE color: 11301055.

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

Color convert

RGB191112172-
CMYK00.410.100.25
HSL314.43º38.16%59.41%-
HSV(B)314.43º41.36%74.9%-
XYZ34.7325.6442.15-
YUV142.46144.67162.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.21%
GREEN value IS 112 (44.14% from 255) = 23.58%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=40.21%
G=23.58%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111217200.410.100.25314.4338.1659.41
HexBF70AC029A1913a263b
Octal27716025405112314724673
Binary101111111110000101011000101001101011001100111010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70AC; }

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

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

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

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

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

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

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

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