#BF83A9

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

Shades of Bouquet #BF83A9

Tints of Bouquet #BF83A9

Color information

#BF83A9 (or 0xBF83A9) is unknown color: approx Bouquet. HEX triplet: BF, 83 and A9. RGB value is (191,131,169). Sum of RGB (Red+Green+Blue) = 191+131+169=491 (65% of max value = 765). Red value is 191 (75% from 255 or 38.90% from 491); Green value is 131 (51.56% from 255 or 26.68% from 491); Blue value is 169 (66.41% from 255 or 34.42% from 491); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83A9 is #407C56. Grayscale: #999999. Windows color (decimal): -4226135 or 11109311. OLE color: 11109311.

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

Color convert

RGB191131169-
CMYK00.310.120.25
HSL322º31.91%63.14%-
HSV(B)322º31.41%74.9%-
XYZ36.7630.1741.42-
YUV153.27136.88154.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.90%
GREEN value IS 131 (51.56% from 255) = 26.68%
BLUE value IS 169 (66.41% from 255) = 34.42%
R=38.90%
G=26.68%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113116900.310.120.2532231.9163.14
HexBF83A901FC19142203f
Octal27720325103714315024077
Binary101111111000001110101001011111110011001101000010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83A9; }

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

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

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

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

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

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

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

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