#BF85A6

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

Shades of Bouquet #BF85A6

Tints of Bouquet #BF85A6

Color information

#BF85A6 (or 0xBF85A6) is unknown color: approx Bouquet. HEX triplet: BF, 85 and A6. RGB value is (191,133,166). Sum of RGB (Red+Green+Blue) = 191+133+166=490 (64% of max value = 765). Red value is 191 (75% from 255 or 38.98% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 166 (65.23% from 255 or 33.88% from 490); Max value from RGB is 191 - color contains mainly: red. Hex color #BF85A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BF85A6 is #407A59. Grayscale: #9A9A9A. Windows color (decimal): -4225626 or 10913215. OLE color: 10913215.

HSL color Cylindrical-coordinate representation of color #BF85A6: hue angle of 325.86º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BF85A6 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB191133166-
CMYK00.300.130.25
HSL325.86º31.18%63.53%-
HSV(B)325.86º30.37%74.9%-
XYZ36.7630.640.05-
YUV154.1134.72154.32-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.98%
GREEN value IS 133 (52.34% from 255) = 27.14%
BLUE value IS 166 (65.23% from 255) = 33.88%
R=38.98%
G=27.14%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19113316600.300.130.25325.8631.1863.53
HexBF85A601ED191461f40
Octal277205246036153150637100
Binary101111111000010110100110011110110111001101000110111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF85A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF85A6; }

 p { color: rgb(191,133,166); }

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

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

 a { background-color: rgb(191,133,166); }

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

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

 span { border-color: rgb(191,133,166); }

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