#BF82A9

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

Shades of Bouquet #BF82A9

Tints of Bouquet #BF82A9

Color information

#BF82A9 (or 0xBF82A9) is unknown color: approx Bouquet. HEX triplet: BF, 82 and A9. RGB value is (191,130,169). Sum of RGB (Red+Green+Blue) = 191+130+169=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 130 (51.17% from 255 or 26.53% from 490); Blue value is 169 (66.41% from 255 or 34.49% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF82A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF82A9 is #407D56. Grayscale: #989898. Windows color (decimal): -4226391 or 11109055. OLE color: 11109055.

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

Color convert

RGB191130169-
CMYK00.320.120.25
HSL321.64º32.28%62.94%-
HSV(B)321.64º31.94%74.9%-
XYZ36.6329.9141.38-
YUV152.68137.21155.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 130 (51.17% from 255) = 26.53%
BLUE value IS 169 (66.41% from 255) = 34.49%
R=38.98%
G=26.53%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113016900.320.120.25321.6432.2862.94
HexBF82A9020C19142203f
Octal27720225104014315024077
Binary1011111110000010101010010100000110011001101000010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF82A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF82A9; }

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

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

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

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

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

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

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

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