#BF83AA

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

Shades of Bouquet #BF83AA

Tints of Bouquet #BF83AA

Color information

#BF83AA (or 0xBF83AA) is unknown color: approx Bouquet. HEX triplet: BF, 83 and AA. RGB value is (191,131,170). Sum of RGB (Red+Green+Blue) = 191+131+170=492 (65% of max value = 765). Red value is 191 (75% from 255 or 38.82% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 170 (66.80% from 255 or 34.55% from 492); Max value from RGB is 191 - color contains mainly: red. Hex color #BF83AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF83AA is #407C55. Grayscale: #999999. Windows color (decimal): -4226134 or 11174847. OLE color: 11174847.

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

Color convert

RGB191131170-
CMYK00.310.110.25
HSL321º31.91%63.14%-
HSV(B)321º31.41%74.9%-
XYZ36.8630.2141.92-
YUV153.39137.38154.83-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.82%
GREEN value IS 131 (51.56% from 255) = 26.63%
BLUE value IS 170 (66.80% from 255) = 34.55%
R=38.82%
G=26.63%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113117000.310.110.2532131.9163.14
HexBF83AA01FB19141203f
Octal27720325203713315014077
Binary101111111000001110101010011111101111001101000001100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF83AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF83AA; }

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

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

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

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

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

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

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

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