#BF70AA

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

Shades of Bouquet #BF70AA

Tints of Bouquet #BF70AA

Color information

#BF70AA (or 0xBF70AA) is unknown color: approx Bouquet. HEX triplet: BF, 70 and AA. RGB value is (191,112,170). Sum of RGB (Red+Green+Blue) = 191+112+170=473 (62% of max value = 765). Red value is 191 (75% from 255 or 40.38% from 473); Green value is 112 (44.14% from 255 or 23.68% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 191 - color contains mainly: red. Hex color #BF70AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF70AA is #408F55. Grayscale: #8E8E8E. Windows color (decimal): -4230998 or 11169983. OLE color: 11169983.

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

Color convert

RGB191112170-
CMYK00.410.110.25
HSL315.95º38.16%59.41%-
HSV(B)315.95º41.36%74.9%-
XYZ34.5425.5741.14-
YUV142.23143.67162.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.38%
GREEN value IS 112 (44.14% from 255) = 23.68%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=40.38%
G=23.68%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19111217000.410.110.25315.9538.1659.41
HexBF70AA029B1913c263b
Octal27716025205113314744673
Binary101111111110000101010100101001101111001100111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF70AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF70AA; }

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

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

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

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

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

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

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

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